summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
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 */