summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/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/native/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/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index b98377e846..6fb8a20e71 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -22,14 +22,16 @@ bubbles_right.176x132x16.bmp
22bubbles_emblem.220x176x16.bmp 22bubbles_emblem.220x176x16.bmp
23bubbles_left.220x176x16.bmp 23bubbles_left.220x176x16.bmp
24bubbles_right.220x176x16.bmp 24bubbles_right.220x176x16.bmp
25#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 25#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 220)
26bubbles_emblem.220x176x16.bmp 26bubbles_emblem.220x176x16.bmp
27bubbles_left.240x320x16.bmp 27bubbles_left.176x220x16.bmp
28bubbles_right.240x320x16.bmp
29#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 28#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
30bubbles_emblem.320x240x16.bmp 29bubbles_emblem.320x240x16.bmp
31bubbles_left.320x240x16.bmp 30bubbles_left.320x240x16.bmp
32bubbles_right.320x240x16.bmp 31bubbles_right.320x240x16.bmp
32#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
33bubbles_emblem.320x240x16.bmp
34bubbles_left.240x320x16.bmp
33#endif 35#endif
34 36
35/* ChessBox */ 37/* ChessBox */