summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono/SOURCES
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2007-01-19 23:03:41 +0000
committerAdam Boot <rotator@gmail.com>2007-01-19 23:03:41 +0000
commit769d6a825593071bfc3e11b9f8e5a1c80c9e31f5 (patch)
tree678a86d9b52c85e97b9df72ca69d944672d17892 /apps/plugins/bitmaps/mono/SOURCES
parent841a3c19500b6010823d2a5cd408d4e24cd5e375 (diff)
downloadrockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.tar.gz
rockbox-769d6a825593071bfc3e11b9f8e5a1c80c9e31f5.zip
Bubbles: Fix for gigabeat and add sansa e200 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12075 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES5
1 files changed, 3 insertions, 2 deletions
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
11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 11#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
12bubbles_bubble.138x110x1.bmp 12bubbles_bubble.138x110x1.bmp
13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ 13#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
14 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) 14 ((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
15bubbles_bubble.220x176x1.bmp 15bubbles_bubble.220x176x1.bmp
16#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 16#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
17 ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
17bubbles_bubble.320x240x1.bmp 18bubbles_bubble.320x240x1.bmp
18#endif 19#endif
19 20