diff options
Diffstat (limited to 'firmware/export/config/application.h')
-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 @@ #define LCD_DEPTH 16 #define LCD_PIXELFORMAT 565 +#if (CONFIG_PLATFORM & PLATFORM_ANDROID) +#define HAVE_LCD_ENABLE +#endif + /* define this to indicate your device's keypad */ #define HAVE_TOUCHSCREEN #define HAVE_BUTTON_DATA |