summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-06-13 20:52:38 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-06-13 20:52:38 +0000
commit414f6c558b27ab6deb03d4dd49e040c75f298d46 (patch)
tree3fbba54eeffcdcac7f35f4fb9135781aae707213 /apps/plugins/bitmaps/mono
parent85d8e95e55f3c353ae0355f973b90792e521be9f (diff)
downloadrockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.tar.gz
rockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.zip
Add appropriate sized cards for 640x480 screens based on svg-cards-2.0. SOURCES is setup for 640x480 on a number of plugins as well, but graphics are not committed yet: will add as plugins are tested
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index daba9bb4ca..0152e92e0d 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -22,6 +22,9 @@ bubbles_bubble.220x176x1.bmp
22#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \ 22#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
23 ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)) 23 ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320))
24bubbles_bubble.320x240x1.bmp 24bubbles_bubble.320x240x1.bmp
25#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \
26 ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640))
27bubbles_bubble.640x480x1.bmp
25#endif 28#endif
26 29
27/* Flip it */ 30/* Flip it */