From c214e7bb0c3e97d22ecedb1c62f193e19a1d4818 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 7 Aug 2006 01:46:42 +0000 Subject: 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 --- firmware/export/config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'firmware/export/config.h') 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 -- cgit v1.2.3