From a322081e9469dee07f10398941aef5c43913cf68 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Thu, 27 Jul 2006 22:04:07 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/plugins/bitmaps/native/SOURCES') 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 #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 */ -- cgit v1.2.3