From 594b6e2b496e69ca843b21bf04810bdb919099a7 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 4 Aug 2009 03:08:32 +0000 Subject: 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 --- apps/plugins/bitmaps/native/SOURCES | 5 +++++ .../bitmaps/native/bubbles_background.128x96x16.bmp | Bin 0 -> 36918 bytes .../bitmaps/native/rockblox_background.128x96x16.bmp | Bin 0 -> 13366 bytes 3 files changed, 5 insertions(+) create mode 100755 apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp create mode 100755 apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp (limited to 'apps/plugins/bitmaps') 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 #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) 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 Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_background.128x96x16.bmp 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 Binary files /dev/null and b/apps/plugins/bitmaps/native/rockblox_background.128x96x16.bmp differ -- cgit v1.2.3