diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2009-08-04 03:08:32 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2009-08-04 03:08:32 +0000 |
| commit | 594b6e2b496e69ca843b21bf04810bdb919099a7 (patch) | |
| tree | 046af11c0c199fae3e41006f5aff39b4f6539f4f /apps/plugins/bitmaps/native/SOURCES | |
| parent | 11ac0b3f2a7d2abc0ae6127752559b1ffafbebff (diff) | |
| download | rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.zip rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.tar.gz rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.tar.bz2 rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index df93395..4d98b7e 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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) |