summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 58b736e27c..3a4ab69082 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -47,6 +47,7 @@
47#define LCD_DEPTH 16 /* 65536 colours */ 47#define LCD_DEPTH 16 /* 65536 colours */
48#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 48#define LCD_PIXELFORMAT RGB565 /* rgb565 */
49 49
50#ifndef BOOTLOADER
50/* define this if you have LCD enable function */ 51/* define this if you have LCD enable function */
51#define HAVE_LCD_ENABLE 52#define HAVE_LCD_ENABLE
52 53
@@ -54,6 +55,7 @@
54 should be defined as well. */ 55 should be defined as well. */
55#define HAVE_LCD_SLEEP 56#define HAVE_LCD_SLEEP
56#define HAVE_LCD_SLEEP_SETTING 57#define HAVE_LCD_SLEEP_SETTING
58#endif
57 59
58/* define this if you can flip your LCD */ 60/* define this if you can flip your LCD */
59#define HAVE_LCD_FLIP 61#define HAVE_LCD_FLIP