summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiom3.h')
-rw-r--r--firmware/export/config-iaudiom3.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index a6e1028897..e72813c853 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -52,6 +52,12 @@
52 52
53#define LCD_PIXELFORMAT VERTICAL_INTERLEAVED 53#define LCD_PIXELFORMAT VERTICAL_INTERLEAVED
54 54
55/* Display colours, for screenshots and sim (0xRRGGBB) */
56#define LCD_DARKCOLOR 0x000000
57#define LCD_BRIGHTCOLOR 0x7e917e
58#define LCD_BL_DARKCOLOR 0x000000
59#define LCD_BL_BRIGHTCOLOR 0x82b4fa
60
55/* define this if only the remote has an LCD */ 61/* define this if only the remote has an LCD */
56#define HAVE_REMOTE_LCD_AS_MAIN 62#define HAVE_REMOTE_LCD_AS_MAIN
57 63