mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Bubbles: Fix for gigabeat and add sansa e200 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
841a3c1950
commit
769d6a8255
7 changed files with 38 additions and 18 deletions
|
@ -11,9 +11,10 @@ bubbles_bubble.160x128x1.bmp
|
|||
#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
|
||||
bubbles_bubble.138x110x1.bmp
|
||||
#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
|
||||
((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
|
||||
((LCD_WIDTH == 176) && (LCD_HEIGHT == 220))
|
||||
bubbles_bubble.220x176x1.bmp
|
||||
#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
|
||||
#elif ((LCD_WIDTH == 320) && (LCD_HEIGHT == 240)) || \
|
||||
((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
|
||||
bubbles_bubble.320x240x1.bmp
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue