summaryrefslogtreecommitdiff
path: root/firmware/export/config-logikdax.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-logikdax.h')
-rw-r--r--firmware/export/config-logikdax.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index 78a39d32b7..800688b01d 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.h
@@ -55,6 +55,12 @@
55 55
56#define LCD_PIXELFORMAT VERTICAL_PACKING 56#define LCD_PIXELFORMAT VERTICAL_PACKING
57 57
58/* Display colours, for screenshots and sim (0xRRGGBB) */
59#define LCD_DARKCOLOR 0x000000
60#define LCD_BRIGHTCOLOR 0x5a915a
61#define LCD_BL_DARKCOLOR 0x000000
62#define LCD_BL_BRIGHTCOLOR 0x82b4fa
63
58/* define this to indicate your device's keypad */ 64/* define this to indicate your device's keypad */
59#define CONFIG_KEYPAD LOGIK_DAX_PAD 65#define CONFIG_KEYPAD LOGIK_DAX_PAD
60 66