summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodmini.h2
-rwxr-xr-xfirmware/export/config-ipodmini2g.h2
-rw-r--r--firmware/export/config.h7
3 files changed, 6 insertions, 5 deletions
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 4871ea0acc..c842de4001 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -82,7 +82,7 @@
82/* Define this to the CPU frequency */ 82/* Define this to the CPU frequency */
83#define CPU_FREQ 11289600 83#define CPU_FREQ 11289600
84 84
85#define CONFIG_LCD LCD_IPOD2BPP 85#define CONFIG_LCD LCD_IPODMINI
86 86
87/* Offset ( in the firmware file's header ) to the file length */ 87/* Offset ( in the firmware file's header ) to the file length */
88#define FIRMWARE_OFFSET_FILE_LENGTH 0 88#define FIRMWARE_OFFSET_FILE_LENGTH 0
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index adbb0973ac..ea19f5c985 100755
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -85,7 +85,7 @@
85/* Define this to the CPU frequency */ 85/* Define this to the CPU frequency */
86#define CPU_FREQ 11289600 86#define CPU_FREQ 11289600
87 87
88#define CONFIG_LCD LCD_IPOD2BPP 88#define CONFIG_LCD LCD_IPODMINI
89 89
90/* Offset ( in the firmware file's header ) to the file length */ 90/* Offset ( in the firmware file's header ) to the file length */
91#define FIRMWARE_OFFSET_FILE_LENGTH 0 91#define FIRMWARE_OFFSET_FILE_LENGTH 0
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3bd3ee6fdc..0dd1d25637 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -89,9 +89,10 @@
89#define LCD_IPODCOLOR 6 /* as used by iPod Color/Photo */ 89#define LCD_IPODCOLOR 6 /* as used by iPod Color/Photo */
90#define LCD_IPODNANO 7 /* as used by iPod Nano */ 90#define LCD_IPODNANO 7 /* as used by iPod Nano */
91#define LCD_IPODVIDEO 8 /* as used by iPod Video */ 91#define LCD_IPODVIDEO 8 /* as used by iPod Video */
92#define LCD_IPOD2BPP 9 /* as used by all greyscale iPods */ 92#define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */
93#define LCD_IFP7XX 10 /* as used by iRiver iFP 7xx/8xx */ 93#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
94#define LCD_GIGABEAT 11 94#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
95#define LCD_GIGABEAT 12
95 96
96/* LCD_PIXELFORMAT */ 97/* LCD_PIXELFORMAT */
97#define HORIZONTAL_PACKING 1 98#define HORIZONTAL_PACKING 1