forked from len0rd/rockbox
Add backgrounds for 128x160 displays to bubbles and rockblox. Set the coordinates in the code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29020 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fedd1f3bc1
commit
9f4fdbd1a6
5 changed files with 27 additions and 12 deletions
|
@ -139,6 +139,9 @@ bubbles_background.176x132x16.bmp
|
|||
#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
|
||||
bubbles_emblem.160x128x16.bmp
|
||||
bubbles_background.160x128x16.bmp
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160)
|
||||
bubbles_emblem.160x128x16.bmp
|
||||
bubbles_background.128x160x16.bmp
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
|
||||
bubbles_emblem.160x128x16.bmp
|
||||
bubbles_background.128x128x16.bmp
|
||||
|
@ -492,6 +495,8 @@ rockblox_background.176x220x16.bmp
|
|||
rockblox_background.176x132x16.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
rockblox_background.160x128x16.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 160)
|
||||
rockblox_background.128x160x16.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT >= 128)
|
||||
rockblox_background.128x128x16.bmp
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue