summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 74074e83e0..37c1872335 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -39,6 +39,12 @@
39 39
40#define LCD_PIXELFORMAT VERTICAL_PACKING 40#define LCD_PIXELFORMAT VERTICAL_PACKING
41 41
42/* Display colours, for screenshots and sim (0xRRGGBB) */
43#define LCD_DARKCOLOR 0x000000
44#define LCD_BRIGHTCOLOR 0x7e917e
45#define LCD_BL_DARKCOLOR 0x000000
46#define LCD_BL_BRIGHTCOLOR 0xadd8e6
47
42/* remote LCD */ 48/* remote LCD */
43#define LCD_REMOTE_WIDTH 128 49#define LCD_REMOTE_WIDTH 128
44#define LCD_REMOTE_HEIGHT 64 50#define LCD_REMOTE_HEIGHT 64
@@ -46,6 +52,12 @@
46 52
47#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING 53#define LCD_REMOTE_PIXELFORMAT VERTICAL_PACKING
48 54
55/* Remote display colours, for screenshots and sim (0xRRGGBB) */
56#define LCD_REMOTE_DARKCOLOR 0x000000
57#define LCD_REMOTE_BRIGHTCOLOR 0x5a915a
58#define LCD_REMOTE_BL_DARKCOLOR 0x000000
59#define LCD_REMOTE_BL_BRIGHTCOLOR 0x82b4fa
60
49#define CONFIG_KEYPAD IRIVER_H100_PAD 61#define CONFIG_KEYPAD IRIVER_H100_PAD
50 62
51#define CONFIG_REMOTE_KEYPAD H100_REMOTE 63#define CONFIG_REMOTE_KEYPAD H100_REMOTE