summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-06-10 20:35:02 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-06-10 20:35:02 +0000
commit2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c (patch)
tree6638d89e0282e16ea42f11ab9227df959dff020b /apps/plugins/bitmaps/native
parent26dd5c5e9cdf24ef55190511a5d79a38f4436742 (diff)
downloadrockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.zip
rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.gz
rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.bz2
rockbox-2e1aa7ddc27b1a0b91be9f3e0fab7073b7a5375c.tar.xz
Add color bitmap files for flipit, sokoban and star plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES34
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.30x30.bmpbin0 -> 8334 bytes
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.40x40.bmpbin0 -> 14454 bytes
-rw-r--r--apps/plugins/bitmaps/native/flipit_tokens.50x50.bmpbin0 -> 22854 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmpbin0 -> 3750 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmpbin0 -> 774 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmpbin0 -> 1566 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.10x10.bmpbin0 -> 1654 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.13x13.bmpbin0 -> 2654 bytes
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.20x20.bmpbin0 -> 6054 bytes
10 files changed, 34 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index ee5c103..5c30ce6 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -106,6 +106,40 @@ snake2_right.160x128x2.bmp
snake2_bottom.160x128x2.bmp
#endif
+/* Sokoban*/
+#ifdef HAVE_LCD_COLOR
+#if LCD_HEIGHT >= 240
+sokoban_tiles.14x14.bmp
+#elif LCD_HEIGHT >= 176
+sokoban_tiles.9x9.bmp
+#else
+/* LCD_HEIGHT >= 128 */
+sokoban_tiles.6x6.bmp
+#endif
+#endif
+
+/* Flip it */
+#ifdef HAVE_LCD_COLOR
+#if LCD_HEIGHT >= 200
+flipit_tokens.50x50.bmp
+#elif LCD_HEIGHT >= 160
+flipit_tokens.40x40.bmp
+#else
+flipit_tokens.30x30.bmp
+#endif
+#endif
+
+/* Star */
+#ifdef HAVE_LCD_COLOR
+#if LCD_WIDTH >= 320
+star_tiles.20x20.bmp
+#elif LCD_WIDTH >= 220
+star_tiles.13x13.bmp
+#else
+star_tiles.10x10.bmp
+#endif
+#endif
+
/* Solitaire */
#ifdef HAVE_LCD_COLOR
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176)
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp b/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp
new file mode 100644
index 0000000..7aa7748
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.30x30.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp b/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp
new file mode 100644
index 0000000..b50245e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.40x40.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp b/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp
new file mode 100644
index 0000000..bc2c543
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.50x50.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
new file mode 100644
index 0000000..9c6ee20
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
new file mode 100644
index 0000000..3ddfad0
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
new file mode 100644
index 0000000..87f3bf5
--- /dev/null
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.10x10.bmp b/apps/plugins/bitmaps/native/star_tiles.10x10.bmp
new file mode 100644
index 0000000..64b0ffd
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.10x10.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.13x13.bmp b/apps/plugins/bitmaps/native/star_tiles.13x13.bmp
new file mode 100644
index 0000000..05a42e4
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.13x13.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/star_tiles.20x20.bmp b/apps/plugins/bitmaps/native/star_tiles.20x20.bmp
new file mode 100644
index 0000000..2a36562
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.20x20.bmp
Binary files differ