diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-15 12:30:37 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-15 12:30:37 +0000 |
| commit | 13ade06d4a2d3ae39198c569b319bcdd155fae57 (patch) | |
| tree | 9b20dfb5404182c82621461a3c3a640cadbe6bce /apps/plugins/bitmaps | |
| parent | 7b22e99bd82a751f542fd8a1290d923510cfb381 (diff) | |
| download | rockbox-13ade06d4a2d3ae39198c569b319bcdd155fae57.zip rockbox-13ade06d4a2d3ae39198c569b319bcdd155fae57.tar.gz rockbox-13ade06d4a2d3ae39198c569b319bcdd155fae57.tar.bz2 rockbox-13ade06d4a2d3ae39198c569b319bcdd155fae57.tar.xz | |
Patch #5102 by Anton Romanov: Bubbles for ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9677 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp | bin | 0 -> 374 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 2 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp | bin | 0 -> 1014 bytes |
4 files changed, 4 insertions, 0 deletions
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 Binary files differnew file mode 100755 index 0000000..914e986 --- /dev/null +++ b/apps/plugins/bitmaps/mono/bubbles_bubble.138x110x1.bmp 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 Binary files differnew file mode 100755 index 0000000..9f993e3 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_emblem.138x110x2.bmp |