summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod4g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod4g.h')
-rw-r--r--firmware/export/config-ipod4g.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h
index de0388dbb1..7195f207e1 100644
--- a/firmware/export/config-ipod4g.h
+++ b/firmware/export/config-ipod4g.h
@@ -3,6 +3,8 @@
3 */ 3 */
4#define APPLE_IPOD4G 1 4#define APPLE_IPOD4G 1
5 5
6#define IPOD_ARCH 1
7
6/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
7#define MODEL_NUMBER 8 9#define MODEL_NUMBER 8
8 10
@@ -17,6 +19,8 @@
17#define LCD_HEIGHT 128 19#define LCD_HEIGHT 128
18#define LCD_DEPTH 2 /* 4 colours - 2bpp */ 20#define LCD_DEPTH 2 /* 4 colours - 2bpp */
19 21
22#define LCD_PIXELFORMAT HORIZONTAL_PACKING
23
20#define CONFIG_KEYPAD IPOD_4G_PAD 24#define CONFIG_KEYPAD IPOD_4G_PAD
21 25
22/* Define this if you do software codec */ 26/* Define this if you do software codec */