summaryrefslogtreecommitdiffstats
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-07-21 04:22:19 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-07-21 04:22:19 +0000
commit83cf0df5634eff56559af3347e4959cafe5719c8 (patch)
treefb5dc285921637bce80d60561444ea713ae7d08e /apps/plugins/bitmaps/native/SOURCES
parent70deae01ffd67ec350e7f36bccfd0cf53265b5ef (diff)
downloadrockbox-83cf0df5634eff56559af3347e4959cafe5719c8.tar.gz
rockbox-83cf0df5634eff56559af3347e4959cafe5719c8.zip
Snake2: Add support for 640x480 screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21991 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 8c652b2fdf..75fe5c04b1 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -476,7 +476,13 @@ rockpaint_hsvrgb.8x10x24.bmp
#endif
/* Snake2 */
-#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
+#if (LCD_WIDTH >= 640) && (LCD_HEIGHT >= 480) && (LCD_DEPTH >= 16)
+snake2_header1.640x480x16.bmp
+snake2_header2.640x480x16.bmp
+snake2_left.640x480x16.bmp
+snake2_right.640x480x16.bmp
+snake2_bottom.640x480x16.bmp
+#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240) && (LCD_DEPTH >= 16)
snake2_header1.320x240x16.bmp
snake2_header2.320x240x16.bmp
snake2_left.320x240x16.bmp