diff options
author | Dave Chapman <dave@dchapman.com> | 2006-02-09 00:48:53 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-02-09 00:48:53 +0000 |
commit | 8ad2df82754184a8dfe1a6d66248a1dd156286bd (patch) | |
tree | f1916f784da7adce628654f1480b3ada77498152 /firmware/export/config-ipod3g.h | |
parent | a88632f885308667fed1b000f3d2d5a363b130c3 (diff) |
Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8636 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipod3g.h')
-rw-r--r-- | firmware/export/config-ipod3g.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index 0da104d38b..9d55b6b3f0 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -3,6 +3,8 @@ */ #define APPLE_IPOD3G 1 +#define IPOD_ARCH 1 + /* For Rolo and boot loader */ #define MODEL_NUMBER 7 @@ -17,6 +19,8 @@ #define LCD_HEIGHT 128 #define LCD_DEPTH 2 /* 4 colours - 2bpp */ +#define LCD_PIXELFORMAT HORIZONTAL_PACKING + #define CONFIG_KEYPAD IPOD_3G_PAD /* Define this if you do software codec */ |