From 769d6a825593071bfc3e11b9f8e5a1c80c9e31f5 Mon Sep 17 00:00:00 2001 From: Adam Boot Date: Fri, 19 Jan 2007 23:03:41 +0000 Subject: Bubbles: Fix for gigabeat and add sansa e200 support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12075 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/plugins/bitmaps/mono') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index c5c26cdc0b..6c8218de77 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -11,9 +11,10 @@ bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) bubbles_bubble.138x110x1.bmp #elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ - ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) + ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220)) bubbles_bubble.220x176x1.bmp -#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) +#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \ + ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) bubbles_bubble.320x240x1.bmp #endif -- cgit v1.2.3