summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-07-21 03:52:59 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-07-21 03:52:59 +0000
commit70deae01ffd67ec350e7f36bccfd0cf53265b5ef (patch)
tree7da99aeab5df2071219f3f0e89a176fddfba0dc8 /apps/plugins/bitmaps
parentdebfd39882896e167e45950ce08ccb2934be529c (diff)
downloadrockbox-70deae01ffd67ec350e7f36bccfd0cf53265b5ef.zip
rockbox-70deae01ffd67ec350e7f36bccfd0cf53265b5ef.tar.gz
rockbox-70deae01ffd67ec350e7f36bccfd0cf53265b5ef.tar.bz2
rockbox-70deae01ffd67ec350e7f36bccfd0cf53265b5ef.tar.xz
Star, Flipit, Rockblox, Sokoban, Wormlet: Add support for 640x480 screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21990 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES6
-rw-r--r--apps/plugins/bitmaps/native/flipit_cursor.112x112x16.bmpbin0 -> 50230 bytes
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.112x224x16.bmpbin0 -> 100406 bytes
-rw-r--r--apps/plugins/bitmaps/native/rockblox_background.640x480x16.bmpbin0 -> 921654 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.28x28x16.bmpbin0 -> 22006 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.40x40.bmpbin0 -> 24054 bytes
6 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index be42e53..8c652b2 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -431,7 +431,9 @@ pegbox_pieces.9x7x1.bmp
/* Rockblox */
#if LCD_DEPTH == 16 /* colour versions*/
-#if (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
+#if (LCD_WIDTH == 640) && (LCD_HEIGHT == 480)
+rockblox_background.640x480x16.bmp
+#elif (LCD_WIDTH >= 320) && (LCD_HEIGHT >= 240)
rockblox_background.320x240x16.bmp
#elif (LCD_WIDTH == 240) && (LCD_HEIGHT >= 320)
rockblox_background.240x320x16.bmp
@@ -526,7 +528,7 @@ snake2_bottom.160x128x2.bmp
#endif
#ifdef HAVE_LCD_COLOR
-#if SOKOBAN_TILESIZE >= 14
+#if SOKOBAN_TILESIZE >= 28
sokoban_tiles.28x28x16.bmp
#elif SOKOBAN_TILESIZE >= 14
sokoban_tiles.14x14x16.bmp
diff --git a/apps/plugins/bitmaps/native/flipit_cursor.112x112x16.bmp b/apps/plugins/bitmaps/native/flipit_cursor.112x112x16.bmp
new file mode 100644
index 0000000..dd5c4cc
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_cursor.112x112x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.112x224x16.bmp b/apps/plugins/bitmaps/native/flipit_tokens.112x224x16.bmp
new file mode 100644
index 0000000..819db93
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.112x224x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/rockblox_background.640x480x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.640x480x16.bmp
new file mode 100644
index 0000000..209941a
--- /dev/null
+++ b/apps/plugins/bitmaps/native/rockblox_background.640x480x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.28x28x16.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.28x28x16.bmp
new file mode 100644
index 0000000..b3523a2
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.28x28x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.40x40.bmp b/apps/plugins/bitmaps/native/star_tiles.40x40.bmp
new file mode 100644
index 0000000..a2a1651
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.40x40.bmp
Binary files differ