forked from len0rd/rockbox
Bubbles for Sansa c200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14894 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7cbc161d51
commit
bb62942b89
7 changed files with 22 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
/* Bubbles */
|
||||
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
|
||||
bubbles_bubble.112x64x1.bmp
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
|
||||
bubbles_bubble.132x80x16.bmp
|
||||
#elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \
|
||||
((LCD_WIDTH == 128) && (LCD_HEIGHT == 128))
|
||||
bubbles_bubble.160x128x1.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue