1
0
Fork 0
forked from len0rd/rockbox

Color bitmaps on iAudio X5 by Mustapha Senhaji

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ben Basha 2006-03-24 12:36:47 +00:00
parent 0da41d8fcf
commit f12a576dfc
18 changed files with 23 additions and 1 deletions

View file

@ -107,7 +107,7 @@ brickmania_sel_start.220x176x16.bmp
brickmania_start.220x176x16.bmp
brickmania_break.220x176x16.bmp
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)
brickmania_ball.160x128x2.bmp
brickmania_bricks.160x128x2.bmp
brickmania_gameover.160x128x2.bmp
@ -125,6 +125,24 @@ brickmania_sel_start.160x128x2.bmp
brickmania_start.160x128x2.bmp
brickmania_break.160x128x2.bmp
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)
brickmania_ball.160x128x16.bmp
brickmania_bricks.160x128x16.bmp
brickmania_gameover.160x128x16.bmp
brickmania_help.160x128x16.bmp
brickmania_menu_bg.160x128x16.bmp
brickmania_no_resume.160x128x16.bmp
brickmania_pads.160x128x16.bmp
brickmania_powerups.160x128x16.bmp
brickmania_quit.160x128x16.bmp
brickmania_resume.160x128x16.bmp
brickmania_sel_help.160x128x16.bmp
brickmania_sel_resume.160x128x16.bmp
brickmania_sel_quit.160x128x16.bmp
brickmania_sel_start.160x128x16.bmp
brickmania_start.160x128x16.bmp
brickmania_break.160x128x16.bmp
#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) && (LCD_DEPTH == 16)
brickmania_ball.176x132x16.bmp
brickmania_bricks.176x132x16.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -225,7 +225,11 @@ extern const fb_data brickmania_bricks[];
#define BMPHEIGHT_powerup 6
#define BMPWIDTH_powerup 10
#if LCD_DEPTH == 16
#define BMPHEIGHT_menu 128
#else
#define BMPHEIGHT_menu 45
#endif
#define BMPWIDTH_menu 160
#define BMPXOFS_start 34