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/SOURCES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index 480c7ce630..0317b4abff 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -87,7 +87,8 @@ drivers/lcd-h100-remote.c drivers/lcd-remote-2bit-vi.c #endif #endif -#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR || CONFIG_LCD == LCD_IPOD2BPP +#if CONFIG_LCD==LCD_IPODNANO || CONFIG_LCD==LCD_IPODCOLOR \ + || CONFIG_LCD == LCD_IPOD2BPP || CONFIG_LCD == LCD_IPODMINI drivers/lcd-ipod.c #endif #if CONFIG_LCD==LCD_IPODVIDEO -- cgit v1.2.3