summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 27bd2c523b..218e1657dd 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -61,6 +61,12 @@
61 61
62#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED 62#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED
63 63
64/* Remote display colours, for screenshots and sim (0xRRGGBB) */
65#define LCD_REMOTE_DARKCOLOR 0x000000
66#define LCD_REMOTE_BRIGHTCOLOR 0x5a915a
67#define LCD_REMOTE_BL_DARKCOLOR 0x000000
68#define LCD_REMOTE_BL_BRIGHTCOLOR 0x82b4fa
69
64#ifndef BOOTLOADER 70#ifndef BOOTLOADER
65/* Define this if your LCD can be enabled/disabled */ 71/* Define this if your LCD can be enabled/disabled */
66#define HAVE_LCD_ENABLE 72#define HAVE_LCD_ENABLE