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:
parent
0da41d8fcf
commit
f12a576dfc
18 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue