summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2009-08-04 03:08:32 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2009-08-04 03:08:32 +0000
commit594b6e2b496e69ca843b21bf04810bdb919099a7 (patch)
tree046af11c0c199fae3e41006f5aff39b4f6539f4f /apps/plugins/bitmaps
parent11ac0b3f2a7d2abc0ae6127752559b1ffafbebff (diff)
downloadrockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.tar.gz
rockbox-594b6e2b496e69ca843b21bf04810bdb919099a7.zip
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')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES5
-rwxr-xr-xapps/plugins/bitmaps/native/bubbles_background.128x96x16.bmpbin0 -> 36918 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/rockblox_background.128x96x16.bmpbin0 -> 13366 bytes
3 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index df93395ee1..4d98b7e4e6 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -136,6 +136,9 @@ bubbles_background.128x128x16.bmp
136#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) 136#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80)
137bubbles_emblem.132x80x16.bmp 137bubbles_emblem.132x80x16.bmp
138bubbles_background.132x80x16.bmp 138bubbles_background.132x80x16.bmp
139#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
140bubbles_emblem.132x80x16.bmp
141bubbles_background.128x96x16.bmp
139#endif 142#endif
140#elif LCD_DEPTH <= 2 /* greyscale, mono */ 143#elif LCD_DEPTH <= 2 /* greyscale, mono */
141#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) 144#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
@@ -469,6 +472,8 @@ rockblox_background.160x128x16.bmp
469rockblox_background.128x128x16.bmp 472rockblox_background.128x128x16.bmp
470#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80) 473#elif (LCD_WIDTH == 132) && (LCD_HEIGHT == 80)
471rockblox_background.132x80x16.bmp 474rockblox_background.132x80x16.bmp
475#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96)
476rockblox_background.128x96x2.bmp
472#endif 477#endif
473#elif LCD_DEPTH == 2 /* greyscale versions */ 478#elif LCD_DEPTH == 2 /* greyscale versions */
474#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 479#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
diff --git a/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp
new file mode 100755
index 0000000000..e285a8171e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp b/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp
new file mode 100755
index 0000000000..0d576928d3
--- /dev/null
+++ b/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp
Binary files differ