diff options
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 22 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/star_tiles.11x11.bmp | bin | 0 -> 2034 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp | bin | 0 -> 184 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/star_tiles.8x8.bmp | bin | 0 -> 1014 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp | bin | 0 -> 390 bytes |
5 files changed, 17 insertions, 5 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index c7c9f9f..4051230 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -153,16 +153,28 @@ flipit_tokens.16x26x1.bmp #endif /* Star */ -#if defined( HAVE_LCD_COLOR ) -#if LCD_WIDTH >= 320 +#ifdef HAVE_LCD_COLOR +#if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp -#elif LCD_WIDTH >= 220 +#elif LCD_WIDTH >= 208 && LCD_HEIGHT >= 125 star_tiles.13x13.bmp -#else +#elif LCD_WIDTH >= 176 && LCD_HEIGHT >= 107 +star_tiles.11x11.bmp +#elif LCD_WIDTH >= 160 && LCD_HEIGHT >= 98 star_tiles.10x10.bmp +#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80 +star_tiles.8x8.bmp #endif -#elif LCD_DEPTH > 1 +#elif LCD_DEPTH > 1 /* grey */ +#if LCD_WIDTH >= 160 && LCD_HEIGHT >= 98 star_tiles.10x10.grey.bmp +#elif LCD_WIDTH >= 128 && LCD_HEIGHT >= 80 +star_tiles.8x8.grey.bmp +#endif +#else /* monochrome */ +#if LCD_WIDTH >= 112 && LCD_HEIGHT >= 62 +star_tiles.6x7.mono.bmp +#endif #endif /* Solitaire */ diff --git a/apps/plugins/bitmaps/native/star_tiles.11x11.bmp b/apps/plugins/bitmaps/native/star_tiles.11x11.bmp Binary files differnew file mode 100755 index 0000000..eeef002 --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.11x11.bmp diff --git a/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp b/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp Binary files differnew file mode 100755 index 0000000..ebc59b9 --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.6x7.mono.bmp diff --git a/apps/plugins/bitmaps/native/star_tiles.8x8.bmp b/apps/plugins/bitmaps/native/star_tiles.8x8.bmp Binary files differnew file mode 100755 index 0000000..4e8a68c --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.8x8.bmp diff --git a/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp b/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp Binary files differnew file mode 100755 index 0000000..6f810ce --- /dev/null +++ b/apps/plugins/bitmaps/native/star_tiles.8x8.grey.bmp |