summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-08-07 01:46:42 +0000
committerJens Arnold <amiconn@rockbox.org>2006-08-07 01:46:42 +0000
commitc214e7bb0c3e97d22ecedb1c62f193e19a1d4818 (patch)
tree6d8b18694076dcf1d0fa2f02f558f78e572327b4 /firmware/export/config.h
parent5375e26e51e9c6eaded4f733bf60cc8bbf662a8a (diff)
downloadrockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.tar.gz
rockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.zip
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.h7
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 @@
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