summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodcolor.h')
-rw-r--r--firmware/export/config/ipodcolor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/ipodcolor.h b/firmware/export/config/ipodcolor.h
index 92722560c6..f1bd62cca3 100644
--- a/firmware/export/config/ipodcolor.h
+++ b/firmware/export/config/ipodcolor.h
@@ -58,6 +58,9 @@
58#define LCD_DEPTH 16 /* 65536 colours */ 58#define LCD_DEPTH 16 /* 65536 colours */
59#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 59#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
60 60
61/* Define this if the LCD can shut down */
62#define HAVE_LCD_SHUTDOWN
63
61/* LCD stays visible without backlight - simulator hint */ 64/* LCD stays visible without backlight - simulator hint */
62#define HAVE_TRANSFLECTIVE_LCD 65#define HAVE_TRANSFLECTIVE_LCD
63 66