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/mono/SOURCES | 5 +++++ .../plugins/bitmaps/mono/tetrox_background.112x64x1.bmp | Bin 0 -> 21560 bytes 2 files changed, 5 insertions(+) create mode 100755 apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp (limited to 'apps/plugins/bitmaps/mono') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 954090468d..0ee98f9c0f 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 new file mode 100755 index 0000000000..d4462d9c56 Binary files /dev/null and b/apps/plugins/bitmaps/mono/tetrox_background.112x64x1.bmp differ -- cgit v1.2.3