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/native/SOURCES | 2 ++ apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp | Bin 0 -> 1014 bytes 2 files changed, 2 insertions(+) create mode 100755 apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp (limited to 'apps/plugins/bitmaps/native') 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