diff options
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r-- | firmware/export/config-h300.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index c42965d082..c9aad436f1 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h | |||
@@ -20,6 +20,9 @@ | |||
20 | /* define this if you have access to the pitchscreen */ | 20 | /* define this if you have access to the pitchscreen */ |
21 | #define HAVE_PITCHSCREEN | 21 | #define HAVE_PITCHSCREEN |
22 | 22 | ||
23 | /* define this if you would like tagcache to build on this target */ | ||
24 | #define HAVE_TAGCACHE | ||
25 | |||
23 | /* LCD dimensions */ | 26 | /* LCD dimensions */ |
24 | #define LCD_WIDTH 220 | 27 | #define LCD_WIDTH 220 |
25 | #define LCD_HEIGHT 176 | 28 | #define LCD_HEIGHT 176 |