summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod1g2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod1g2g.h')
-rw-r--r--firmware/export/config-ipod1g2g.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index 4308d9c66c..a06cb65828 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -51,6 +51,12 @@
51 51
52#define LCD_PIXELFORMAT HORIZONTAL_PACKING 52#define LCD_PIXELFORMAT HORIZONTAL_PACKING
53 53
54/* Display colours, for screenshots and sim (0xRRGGBB) */
55#define LCD_DARKCOLOR 0x000000
56#define LCD_BRIGHTCOLOR 0x648764
57#define LCD_BL_DARKCOLOR 0x000000
58#define LCD_BL_BRIGHTCOLOR 0xdfd8ff
59
54/* define this if you can flip your LCD */ 60/* define this if you can flip your LCD */
55#define HAVE_LCD_FLIP 61#define HAVE_LCD_FLIP
56 62