diff options
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 14 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp | bin | 0 -> 61496 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp | bin | 0 -> 61496 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp | bin | 0 -> 69752 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp | bin | 0 -> 116214 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp | bin | 0 -> 230456 bytes |
6 files changed, 14 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index f2d3076..6b6896d 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -116,4 +116,18 @@ brickmania_break.176x132x16.bmp #endif +/* Tetrox */ +#if (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) && (LCD_DEPTH == 16) +tetrox_background.320x240x16.bmp +#elif (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16) +tetrox_background.220x176x16.bmp +#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16) +tetrox_background.176x132x16.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH >= 16) +tetrox_background.160x128x16.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) +tetrox_background.160x128x2.bmp +#endif + + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp Binary files differnew file mode 100755 index 0000000..42674ab --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp Binary files differnew file mode 100755 index 0000000..656986c --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp diff --git a/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp Binary files differnew file mode 100755 index 0000000..e53782c --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp diff --git a/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp Binary files differnew file mode 100755 index 0000000..c36f3ec --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp diff --git a/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp Binary files differnew file mode 100755 index 0000000..70bdaa3 --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp |