diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -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 |