From e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 18 Oct 2006 20:46:40 +0000 Subject: FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index c7eaa91..c7c9f9f 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -133,12 +133,17 @@ flipit_tokens.56x112x16.bmp #elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170 flipit_cursor.40x40x16.bmp flipit_tokens.40x80x16.bmp +#elif LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_cursor.28x28x16.bmp +flipit_tokens.28x56x16.bmp #elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_cursor.25x25x16.bmp flipit_tokens.25x50x16.bmp #endif #elif LCD_DEPTH > 1 /* greyscale */ -#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 +#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_tokens.28x56x2.bmp +#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_tokens.25x50x2.bmp #endif #else /* monochrome */ -- cgit v1.1