diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2006-07-27 22:04:07 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2006-07-27 22:04:07 +0000 |
| commit | a322081e9469dee07f10398941aef5c43913cf68 (patch) | |
| tree | 8b530af5d55fc272433f453ffa9a75962b7a16c7 /apps/plugins/bitmaps | |
| parent | 821a6c9169de5bc11a9f34c66946d1efa89fd655 (diff) | |
| download | rockbox-a322081e9469dee07f10398941aef5c43913cf68.zip rockbox-a322081e9469dee07f10398941aef5c43913cf68.tar.gz rockbox-a322081e9469dee07f10398941aef5c43913cf68.tar.bz2 rockbox-a322081e9469dee07f10398941aef5c43913cf68.tar.xz | |
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')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 4 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp | bin | 0 -> 1678 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 2c1c94b..6b75c1e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -138,7 +138,7 @@ flipit_tokens.20x20x2.bmp #endif /* Star */ -#ifdef HAVE_LCD_COLOR +#if defined( HAVE_LCD_COLOR ) #if LCD_WIDTH >= 320 star_tiles.20x20.bmp #elif LCD_WIDTH >= 220 @@ -146,6 +146,8 @@ star_tiles.13x13.bmp #else star_tiles.10x10.bmp #endif +#elif LCD_DEPTH > 1 +star_tiles.10x10.grey.bmp #endif /* Solitaire */ diff --git a/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp b/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp Binary files differnew file mode 100644 index 0000000..1333d49 --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.10x10.grey.bmp |