summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodcolor.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-01-12 07:36:02 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-01-12 07:36:02 +0000
commit13435127b775252c746cae06d041f98fecb0e672 (patch)
treed8ef2d20ad2fccb8779856295e95ddd42dc93cc2 /firmware/export/config/ipodcolor.h
parent267ac4b79b4533043731141115acf45e8018ba38 (diff)
downloadrockbox-13435127b775252c746cae06d041f98fecb0e672.tar.gz
rockbox-13435127b775252c746cae06d041f98fecb0e672.zip
Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. The code was taken from FS#10034 and slightly changed to avoid white flashing when shutting off the display.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29033 a1c6a512-1295-4272-9138-f99709370657
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