diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/application.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/application.h b/firmware/export/config/application.h index 988f0d51ac..71ee62356b 100644 --- a/firmware/export/config/application.h +++ b/firmware/export/config/application.h | |||
@@ -53,6 +53,10 @@ | |||
53 | #define LCD_DEPTH 16 | 53 | #define LCD_DEPTH 16 |
54 | #define LCD_PIXELFORMAT 565 | 54 | #define LCD_PIXELFORMAT 565 |
55 | 55 | ||
56 | #if (CONFIG_PLATFORM & PLATFORM_ANDROID) | ||
57 | #define HAVE_LCD_ENABLE | ||
58 | #endif | ||
59 | |||
56 | /* define this to indicate your device's keypad */ | 60 | /* define this to indicate your device's keypad */ |
57 | #define HAVE_TOUCHSCREEN | 61 | #define HAVE_TOUCHSCREEN |
58 | #define HAVE_BUTTON_DATA | 62 | #define HAVE_BUTTON_DATA |