From bb62942b8959c2dcc5be7977f7e8e89c4b4536bc Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 28 Sep 2007 22:05:22 +0000 Subject: Bubbles for Sansa c200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14894 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 2 ++ apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp | Bin 0 -> 94 bytes apps/plugins/bitmaps/native/SOURCES | 3 +++ .../bitmaps/native/bubbles_background.132x80x16.bmp | Bin 0 -> 31734 bytes .../plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp | Bin 0 -> 1014 bytes 5 files changed, 5 insertions(+) create mode 100755 apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp create mode 100644 apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp create mode 100644 apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index d74905f..3917828 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -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 diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp new file mode 100755 index 0000000..47cdd50 Binary files /dev/null and b/apps/plugins/bitmaps/mono/bubbles_bubble.132x80x16.bmp differ diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 5e66779..430f5f9 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -82,6 +82,9 @@ bubbles_background.160x128x16.bmp #elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128) bubbles_emblem.160x128x16.bmp bubbles_background.128x128x16.bmp +#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80) +bubbles_emblem.132x80x16.bmp +bubbles_background.132x80x16.bmp #endif #elif LCD_DEPTH <= 2 /* greyscale, mono */ #if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128) diff --git a/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp b/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp new file mode 100644 index 0000000..beddf71 Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_background.132x80x16.bmp differ diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp new file mode 100644 index 0000000..04664ec Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_emblem.132x80x16.bmp differ -- cgit v1.1