mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9cb4733193
commit
67ae5cce2e
5 changed files with 17 additions and 7 deletions
|
@ -10,7 +10,8 @@ bubbles_bubble.132x80x16.bmp
|
|||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
|
||||
bubbles_bubble.128x96x1.bmp
|
||||
#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) || \
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 160))
|
||||
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