From a5af06b580f55f8339d1bf135365993b4db5287c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 17 Apr 2006 02:21:08 +0000 Subject: Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9699 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 4 +++- apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp | Bin 0 -> 92 bytes apps/plugins/bitmaps/native/SOURCES | 6 ++++-- apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp | Bin 0 -> 222 bytes 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100755 apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp create mode 100755 apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 0e8abd8..0a463c7 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -1,7 +1,9 @@ #ifdef HAVE_LCD_BITMAP /* Bubbles */ -#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +bubbles_bubble.112x64x1.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp new file mode 100755 index 0000000..70d3c84 Binary files /dev/null and b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp differ diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index dc2b774..a8d24ee 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -1,10 +1,12 @@ #ifdef HAVE_LCD_BITMAP /* Bubbles */ -#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) -bubbles_emblem.160x128x2.bmp +#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64) +bubbles_emblem.112x64x1.bmp #elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) bubbles_emblem.138x110x2.bmp +#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) +bubbles_emblem.160x128x2.bmp #elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && defined(HAVE_LCD_COLOR) bubbles_emblem.160x128x16.bmp bubbles_left.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp new file mode 100755 index 0000000..fa88240 Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp differ -- cgit v1.1