diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 16 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/jewels.128x96x16.bmp | bin | 0 -> 9990 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/pegbox_header.128x16x16.bmp | bin | 0 -> 3126 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/sudoku_inverse.128x96x16.bmp | bin | 0 -> 1198 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/sudoku_normal.128x96x16.bmp | bin | 0 -> 1198 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/sudoku_start.128x96x16.bmp | bin | 0 -> 1198 bytes |
6 files changed, 13 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index c91d694..6197f16 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -411,8 +411,10 @@ jewels.128x128x16.bmp #elif ((LCD_WIDTH == 132) && (LCD_HEIGHT == 80)) || \ ((LCD_WIDTH == 96) && (LCD_HEIGHT == 96)) jewels.132x80x16.bmp -#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) && !defined(HAVE_LCD_COLOR) jewels.128x96x2.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) && defined(HAVE_LCD_COLOR) +jewels.128x96x16.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) jewels.138x110x2.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) @@ -451,7 +453,7 @@ minesweeper_tiles.8x8x1.bmp /* PegBox */ #ifdef HAVE_LCD_COLOR -/* currently only LCD_WIDTH is important, e.g. Nano and e200 use the same set */ +/* for most targets only LCD_WIDTH is important, e.g. Nano and e200 use the same set */ #if LCD_WIDTH >= 640 pegbox_pieces.48x48x16.bmp pegbox_header.640x80x16.bmp @@ -475,7 +477,11 @@ pegbox_pieces.9x9x16.bmp pegbox_header.22x80x16.bmp #elif LCD_WIDTH >= 128 pegbox_pieces.10x10x16.bmp +# if LCD_HEIGHT > 96 pegbox_header.128x42x16.bmp +# else +pegbox_header.128x16x16.bmp +# endif #elif LCD_WIDTH >= 96 pegbox_pieces.8x8x16.bmp pegbox_header.96x32x16.bmp @@ -745,10 +751,14 @@ star_tiles.6x7x1.bmp sudoku_start.112x64x1.bmp sudoku_normal.112x64x1.bmp sudoku_inverse.112x64x1.bmp -#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) && (LCD_DEPTH >= 2) +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) && (LCD_DEPTH == 2) sudoku_start.128x96x2.bmp sudoku_normal.128x96x2.bmp sudoku_inverse.128x96x2.bmp +#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) && (LCD_DEPTH == 16) +sudoku_start.128x96x16.bmp +sudoku_normal.128x96x16.bmp +sudoku_inverse.128x96x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) sudoku_start.128x128x2.bmp sudoku_normal.128x128x2.bmp diff --git a/apps/plugins/bitmaps/native/jewels.128x96x16.bmp b/apps/plugins/bitmaps/native/jewels.128x96x16.bmp Binary files differnew file mode 100644 index 0000000..6d84477 --- /dev/null +++ b/apps/plugins/bitmaps/native/jewels.128x96x16.bmp diff --git a/apps/plugins/bitmaps/native/pegbox_header.128x16x16.bmp b/apps/plugins/bitmaps/native/pegbox_header.128x16x16.bmp Binary files differnew file mode 100644 index 0000000..7090b80 --- /dev/null +++ b/apps/plugins/bitmaps/native/pegbox_header.128x16x16.bmp diff --git a/apps/plugins/bitmaps/native/sudoku_inverse.128x96x16.bmp b/apps/plugins/bitmaps/native/sudoku_inverse.128x96x16.bmp Binary files differnew file mode 100644 index 0000000..fc0333b --- /dev/null +++ b/apps/plugins/bitmaps/native/sudoku_inverse.128x96x16.bmp diff --git a/apps/plugins/bitmaps/native/sudoku_normal.128x96x16.bmp b/apps/plugins/bitmaps/native/sudoku_normal.128x96x16.bmp Binary files differnew file mode 100644 index 0000000..57915dd --- /dev/null +++ b/apps/plugins/bitmaps/native/sudoku_normal.128x96x16.bmp diff --git a/apps/plugins/bitmaps/native/sudoku_start.128x96x16.bmp b/apps/plugins/bitmaps/native/sudoku_start.128x96x16.bmp Binary files differnew file mode 100644 index 0000000..0ff341c --- /dev/null +++ b/apps/plugins/bitmaps/native/sudoku_start.128x96x16.bmp |