summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-07-27 22:04:07 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-07-27 22:04:07 +0000
commita322081e9469dee07f10398941aef5c43913cf68 (patch)
tree8b530af5d55fc272433f453ffa9a75962b7a16c7 /apps/plugins/bitmaps/native
parent821a6c9169de5bc11a9f34c66946d1efa89fd655 (diff)
downloadrockbox-a322081e9469dee07f10398941aef5c43913cf68.tar.gz
rockbox-a322081e9469dee07f10398941aef5c43913cf68.zip
Add bitmaps for greyscale LCD targets for "star" game. Closes http://www.rockbox.org/tracker/task/5509
(bitmaps are a bit too large for ipod mini, but the game is still playable) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10344 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES4
-rw-r--r--apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmpbin0 -> 1678 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 2c1c94b167..6b75c1e058 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -138,7 +138,7 @@ flipit_tokens.20x20x2.bmp
138#endif 138#endif
139 139
140/* Star */ 140/* Star */
141#ifdef HAVE_LCD_COLOR 141#if defined( HAVE_LCD_COLOR )
142#if LCD_WIDTH >= 320 142#if LCD_WIDTH >= 320
143star_tiles.20x20.bmp 143star_tiles.20x20.bmp
144#elif LCD_WIDTH >= 220 144#elif LCD_WIDTH >= 220
@@ -146,6 +146,8 @@ star_tiles.13x13.bmp
146#else 146#else
147star_tiles.10x10.bmp 147star_tiles.10x10.bmp
148#endif 148#endif
149#elif LCD_DEPTH > 1
150star_tiles.10x10.grey.bmp
149#endif 151#endif
150 152
151/* Solitaire */ 153/* Solitaire */
diff --git a/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp b/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp
new file mode 100644
index 0000000000..1333d49c6e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp
Binary files differ