forked from len0rd/rockbox
Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann with improvements and bitmap graphics by me.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22149 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
11ac0b3f2a
commit
594b6e2b49
76 changed files with 683 additions and 8 deletions
|
@ -136,6 +136,9 @@ bubbles_background.128x128x16.bmp
|
|||
#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80)
|
||||
bubbles_emblem.132x80x16.bmp
|
||||
bubbles_background.132x80x16.bmp
|
||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
|
||||
bubbles_emblem.132x80x16.bmp
|
||||
bubbles_background.128x96x16.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH <= 2 /* greyscale, mono */
|
||||
#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
|
||||
|
@ -469,6 +472,8 @@ rockblox_background.160x128x16.bmp
|
|||
rockblox_background.128x128x16.bmp
|
||||
#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
|
||||
rockblox_background.132x80x16.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
|
||||
rockblox_background.128x96x2.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH == 2 /* greyscale versions */
|
||||
#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue