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/mono/SOURCES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps/mono/SOURCES') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 75b85d1546..fde32558c8 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp /* Flip it */ #ifndef HAVE_LCD_COLOR -#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 +#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_cursor.28x28x1.bmp +#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_cursor.25x25x1.bmp #elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 flipit_cursor.16x13x1.bmp -- cgit v1.2.3