diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:46:42 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:46:42 +0000 |
commit | c214e7bb0c3e97d22ecedb1c62f193e19a1d4818 (patch) | |
tree | 6d8b18694076dcf1d0fa2f02f558f78e572327b4 /firmware/export/config.h | |
parent | 5375e26e51e9c6eaded4f733bf60cc8bbf662a8a (diff) |
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10468 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ #define LCD_IPODCOLOR 6 /* as used by iPod Color/Photo */ #define LCD_IPODNANO 7 /* as used by iPod Nano */ #define LCD_IPODVIDEO 8 /* as used by iPod Video */ -#define LCD_IPOD2BPP 9 /* as used by all greyscale iPods */ -#define LCD_IFP7XX 10 /* as used by iRiver iFP 7xx/8xx */ -#define LCD_GIGABEAT 11 +#define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */ +#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */ +#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */ +#define LCD_GIGABEAT 12 /* LCD_PIXELFORMAT */ #define HORIZONTAL_PACKING 1 |