forked from len0rd/rockbox
Bubbles adapted to H10-5GB by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10997 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
10ad0a2a94
commit
f3dd56791a
4 changed files with 16 additions and 15 deletions
|
@ -3,7 +3,8 @@
|
|||
/* Bubbles */
|
||||
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
|
||||
bubbles_bubble.112x64x1.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
|
||||
bubbles_bubble.160x128x1.bmp
|
||||
#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
|
||||
bubbles_bubble.160x128x1.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue