summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-02-10 01:23:18 +0000
committerJens Arnold <amiconn@rockbox.org>2009-02-10 01:23:18 +0000
commit0358d9b382057ad45ba86882b55bc4cec630e726 (patch)
tree706a1fbed5b5afa83409be618a32547beb857774 /firmware/export/config-ipodnano.h
parentabc3edcb95756c7a19bd592a81f7633ff31d9606 (diff)
downloadrockbox-0358d9b382057ad45ba86882b55bc4cec630e726.tar.gz
rockbox-0358d9b382057ad45ba86882b55bc4cec630e726.zip
Simulate backlight for colour targets. Implements the idea from FS #9884, but uses SDL alpha blending. Display is dimmed to 1/3 for targets with transflective LCD, and set to black for others.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 3bf44b3abe..c90deb8e2f 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -49,6 +49,9 @@
49#define LCD_DEPTH 16 /* 65536 colours */ 49#define LCD_DEPTH 16 /* 65536 colours */
50#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */ 50#define LCD_PIXELFORMAT RGB565SWAPPED /* rgb565 byte-swapped */
51 51
52/* LCD stays visible without backlight - simulator hint */
53#define HAVE_TRANSFLECTIVE_LCD
54
52#define CONFIG_KEYPAD IPOD_4G_PAD 55#define CONFIG_KEYPAD IPOD_4G_PAD
53 56
54/* Define this if you do software codec */ 57/* Define this if you do software codec */