diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-06-13 20:52:38 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-06-13 20:52:38 +0000 |
| commit | 414f6c558b27ab6deb03d4dd49e040c75f298d46 (patch) | |
| tree | 3fbba54eeffcdcac7f35f4fb9135781aae707213 /apps/plugins/bitmaps/mono | |
| parent | 85d8e95e55f3c353ae0355f973b90792e521be9f (diff) | |
| download | rockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.zip rockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.tar.gz rockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.tar.bz2 rockbox-414f6c558b27ab6deb03d4dd49e040c75f298d46.tar.xz | |
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/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index daba9bb..0152e92 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -22,6 +22,9 @@ bubbles_bubble.220x176x1.bmp #elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \ ((LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)) bubbles_bubble.320x240x1.bmp +#elif ((LCD_WIDTH == 640) && (LCD_HEIGHT == 480)) || \ + ((LCD_WIDTH == 480) && (LCD_HEIGHT == 640)) +bubbles_bubble.640x480x1.bmp #endif /* Flip it */ |