From 2d767c5c112853a355dd6f13fd808bd1666042ee Mon Sep 17 00:00:00 2001 From: Ben Basha Date: Sun, 19 Mar 2006 13:26:08 +0000 Subject: New plugin: Tetrox, vertical tetris by eli sherer with work by me to port it to all rockbox working platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9118 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 14 ++++++++++++++ .../bitmaps/native/tetrox_background.160x128x16.bmp | Bin 0 -> 61496 bytes .../bitmaps/native/tetrox_background.160x128x2.bmp | Bin 0 -> 61496 bytes .../bitmaps/native/tetrox_background.176x132x16.bmp | Bin 0 -> 69752 bytes .../bitmaps/native/tetrox_background.220x176x16.bmp | Bin 0 -> 116214 bytes .../bitmaps/native/tetrox_background.320x240x16.bmp | Bin 0 -> 230456 bytes 6 files changed, 14 insertions(+) create mode 100755 apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp create mode 100755 apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp create mode 100755 apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp create mode 100755 apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp create mode 100755 apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index f2d3076418..6b6896d263 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 new file mode 100755 index 0000000000..42674ab03d Binary files /dev/null and b/apps/plugins/bitmaps/native/tetrox_background.160x128x16.bmp differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp new file mode 100755 index 0000000000..656986c7d0 Binary files /dev/null and b/apps/plugins/bitmaps/native/tetrox_background.160x128x2.bmp differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp new file mode 100755 index 0000000000..e53782c21c Binary files /dev/null and b/apps/plugins/bitmaps/native/tetrox_background.176x132x16.bmp differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp new file mode 100755 index 0000000000..c36f3ec932 Binary files /dev/null and b/apps/plugins/bitmaps/native/tetrox_background.220x176x16.bmp differ diff --git a/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp new file mode 100755 index 0000000000..70bdaa32b5 Binary files /dev/null and b/apps/plugins/bitmaps/native/tetrox_background.320x240x16.bmp differ -- cgit v1.2.3