mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sansa Clip Zip: enable all plugins
use too big graphics when needed (some plugins will be ugly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31113 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
444b17626f
commit
bd691efae9
6 changed files with 26 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
bubbles_bubble.112x64x1.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
|
||||
bubbles_bubble.128x64x1.bmp
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) || (LCD_WIDTH == 96 && LCD_HEIGHT == 96)
|
||||
bubbles_bubble.132x80x16.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
|
||||
bubbles_bubble.128x96x1.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue