diff options
| author | Ben Basha <benbasha@rockbox.org> | 2006-04-11 20:16:05 +0000 |
|---|---|---|
| committer | Ben Basha <benbasha@rockbox.org> | 2006-04-11 20:16:05 +0000 |
| commit | 390f16775494a4ba49f76a17d6ac0094fe456a30 (patch) | |
| tree | ca9ec58d3ef8156336d998ea9532fe76f478eb57 /apps/plugins/bitmaps/native | |
| parent | 93c1626d67a62dd02fd8bbd8fb89ea337ebb895e (diff) | |
| download | rockbox-390f16775494a4ba49f76a17d6ac0094fe456a30.zip rockbox-390f16775494a4ba49f76a17d6ac0094fe456a30.tar.gz rockbox-390f16775494a4ba49f76a17d6ac0094fe456a30.tar.bz2 rockbox-390f16775494a4ba49f76a17d6ac0094fe456a30.tar.xz | |
Brickmania and Tetrox for iPod mini by Anton Romanov (FS #5094 & #5067)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9618 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 9 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/brickmania_bricks.138x110x2.bmp | bin | 0 -> 2014 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp | bin | 0 -> 45814 bytes |
3 files changed, 8 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index d019cb8..42cc3cb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -148,9 +148,14 @@ brickmania_sel_start.220x176x16.bmp brickmania_start.220x176x16.bmp brickmania_break.220x176x16.bmp -#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) +#elif (((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ + ((LCD_WIDTH == 138) && (LCD_HEIGHT == 110))) && (LCD_DEPTH == 2) brickmania_ball.160x128x2.bmp +#if (LCD_WIDTH == 160) brickmania_bricks.160x128x2.bmp +#else +brickmania_bricks.138x110x2.bmp +#endif brickmania_gameover.160x128x2.bmp brickmania_help.160x128x2.bmp brickmania_menu_bg.160x128x2.bmp @@ -215,6 +220,8 @@ tetrox_background.176x132x16.bmp tetrox_background.160x128x16.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2) tetrox_background.160x128x2.bmp +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) && (LCD_DEPTH == 2) +tetrox_background.138x110x2.bmp #endif diff --git a/apps/plugins/bitmaps/native/brickmania_bricks.138x110x2.bmp b/apps/plugins/bitmaps/native/brickmania_bricks.138x110x2.bmp Binary files differnew file mode 100644 index 0000000..dbbacec --- /dev/null +++ b/apps/plugins/bitmaps/native/brickmania_bricks.138x110x2.bmp diff --git a/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp b/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp Binary files differnew file mode 100644 index 0000000..071a9f2 --- /dev/null +++ b/apps/plugins/bitmaps/native/tetrox_background.138x110x2.bmp |