diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-03-19 13:26:08 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-03-19 13:26:08 +0000 |
| commit | 2d767c5c112853a355dd6f13fd808bd1666042ee (patch) | |
| tree | ca9cb54a78b80ad50da3bb034a66d6cbe0f29a58 /apps/plugins/bitmaps | |
| parent | bf3dba862824d05fdc12ae78c5c5bea61545f6ea (diff) | |
| download | rockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.zip rockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.tar.gz rockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.tar.bz2 rockbox-2d767c5c112853a355dd6f13fd808bd1666042ee.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 5 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp | bin | 0 -> 21560 bytes | |||
| -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 |
8 files changed, 19 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 9540904..0ee98f9 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -19,4 +19,9 @@ brickmania_start.112x64x1.bmp #endif +/* Tetrox */ +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +tetrox_background.112x64x1.bmp +#endif + #endif /* HAVE_LCD_BITMAP */ diff --git a/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp b/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp Binary files differnew file mode 100755 index 0000000..d4462d9 --- /dev/null +++ b/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp 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 |