summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 037bb26b2d..ba09884957 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -45,6 +45,12 @@
45 45
46#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING 46#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING
47 47
48/* Remote display colours, for screenshots and sim (0xRRGGBB) */
49#define LCD_REMOTE_DARKCOLOR 0x000000
50#define LCD_REMOTE_BRIGHTCOLOR 0x5a915a
51#define LCD_REMOTE_BL_DARKCOLOR 0x000000
52#define LCD_REMOTE_BL_BRIGHTCOLOR 0x82b4fa
53
48#define CONFIG_KEYPAD IRIVER_H300_PAD 54#define CONFIG_KEYPAD IRIVER_H300_PAD
49 55
50#define CONFIG_REMOTE_KEYPAD H300_REMOTE 56#define CONFIG_REMOTE_KEYPAD H300_REMOTE