summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipod3g.h3
-rw-r--r--firmware/export/config-ipod4g.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rwxr-xr-xfirmware/export/config-ipodmini2g.h3
4 files changed, 12 insertions, 0 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 072d6027fc..8cca000961 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -21,6 +21,9 @@
21 21
22#define LCD_PIXELFORMAT HORIZONTAL_PACKING 22#define LCD_PIXELFORMAT HORIZONTAL_PACKING
23 23
24/* define this if you can flip your LCD */
25#define HAVE_LCD_FLIP
26
24#define CONFIG_KEYPAD IPOD_3G_PAD 27#define CONFIG_KEYPAD IPOD_3G_PAD
25 28
26/* Define this if you do software codec */ 29/* Define this if you do software codec */
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index 7195f207e1..7e428de68f 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -21,6 +21,9 @@
21 21
22#define LCD_PIXELFORMAT HORIZONTAL_PACKING 22#define LCD_PIXELFORMAT HORIZONTAL_PACKING
23 23
24/* define this if you can flip your LCD */
25#define HAVE_LCD_FLIP
26
24#define CONFIG_KEYPAD IPOD_4G_PAD 27#define CONFIG_KEYPAD IPOD_4G_PAD
25 28
26/* Define this if you do software codec */ 29/* Define this if you do software codec */
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index b4e909ce07..4514bcb471 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -21,6 +21,9 @@
21 21
22#define LCD_PIXELFORMAT HORIZONTAL_PACKING 22#define LCD_PIXELFORMAT HORIZONTAL_PACKING
23 23
24/* define this if you can flip your LCD */
25#define HAVE_LCD_FLIP
26
24#define CONFIG_KEYPAD IPOD_4G_PAD 27#define CONFIG_KEYPAD IPOD_4G_PAD
25 28
26/* Define this if you do software codec */ 29/* Define this if you do software codec */
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index 0f9011c437..8cea14470b 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -21,6 +21,9 @@
21 21
22#define LCD_PIXELFORMAT HORIZONTAL_PACKING 22#define LCD_PIXELFORMAT HORIZONTAL_PACKING
23 23
24/* define this if you can flip your LCD */
25#define HAVE_LCD_FLIP
26
24#define CONFIG_KEYPAD IPOD_4G_PAD 27#define CONFIG_KEYPAD IPOD_4G_PAD
25 28
26/* Define this if you do software codec */ 29/* Define this if you do software codec */