From 13ade06d4a2d3ae39198c569b319bcdd155fae57 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 15 Apr 2006 12:30:37 +0000 Subject: Patch #5102 by Anton Romanov: Bubbles for ipod mini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9677 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/mono/SOURCES | 2 ++ apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp | Bin 0 -> 374 bytes apps/plugins/bitmaps/native/SOURCES | 2 ++ apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp | Bin 0 -> 1014 bytes 4 files changed, 4 insertions(+) create mode 100755 apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp create mode 100755 apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 34f0f42..0e8abd8 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -5,6 +5,8 @@ bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp +#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) +bubbles_bubble.138x110x1.bmp #elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \ ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320)) bubbles_bubble.220x176x1.bmp diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp new file mode 100755 index 0000000..914e986 Binary files /dev/null and b/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp differ diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index fdded32..92c2f75 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -3,6 +3,8 @@ /* Bubbles */ #if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) bubbles_emblem.160x128x2.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.160x128x16.bmp bubbles_left.160x128x16.bmp diff --git a/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp b/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp new file mode 100755 index 0000000..9f993e3 Binary files /dev/null and b/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp differ -- cgit v1.1