diff options
Diffstat (limited to 'firmware/export/config-gminisp.h')
-rw-r--r-- | firmware/export/config-gminisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h index b309c173a9..1c1f299afa 100644 --- a/firmware/export/config-gminisp.h +++ b/firmware/export/config-gminisp.h | |||
@@ -7,6 +7,9 @@ | |||
7 | /* define this if you can invert the colours on your LCD */ | 7 | /* define this if you can invert the colours on your LCD */ |
8 | #define HAVE_LCD_INVERT | 8 | #define HAVE_LCD_INVERT |
9 | 9 | ||
10 | /* define this if you would like tagcache to build on this target */ | ||
11 | #define HAVE_TAGCACHE | ||
12 | |||
10 | /* LCD dimensions */ | 13 | /* LCD dimensions */ |
11 | #define LCD_WIDTH 128 | 14 | #define LCD_WIDTH 128 |
12 | #define LCD_HEIGHT 64 | 15 | #define LCD_HEIGHT 64 |