summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 7e64494061..071fb0f650 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -47,6 +47,7 @@
47#define LCD_DEPTH 16 /* 65536 colours */ 47#define LCD_DEPTH 16 /* 65536 colours */
48#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 48#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
49 49
50#ifndef BOOTLOADER
50/* Define this if your LCD can be enabled/disabled */ 51/* Define this if your LCD can be enabled/disabled */
51#define HAVE_LCD_ENABLE 52#define HAVE_LCD_ENABLE
52 53
@@ -55,6 +56,7 @@
55 * We can currently put the lcd to sleep but it won't wake up properly */ 56 * We can currently put the lcd to sleep but it won't wake up properly */
56#define HAVE_LCD_SLEEP 57#define HAVE_LCD_SLEEP
57#define HAVE_LCD_SLEEP_SETTING 58#define HAVE_LCD_SLEEP_SETTING
59#endif
58 60
59/* define this if you can flip your LCD */ 61/* define this if you can flip your LCD */
60#define HAVE_LCD_FLIP 62#define HAVE_LCD_FLIP