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

@ -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