summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodvideo.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index e7395919d6..e8a048d97f 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.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 */
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 */
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index d3e8dc0140..ca8e43db77 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -49,6 +49,9 @@
49#define LCD_DEPTH 16 /* 65536 colours */ 49#define LCD_DEPTH 16 /* 65536 colours */
50#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 50#define LCD_PIXELFORMAT RGB565 /* rgb565 */
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 */