diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-04-17 02:21:08 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-04-17 02:21:08 +0000 |
| commit | a5af06b580f55f8339d1bf135365993b4db5287c (patch) | |
| tree | 8a9621708add9bcfd28a5577e729bf08591354a9 /apps/plugins/bitmaps/native | |
| parent | cc8f80ad9bce251ca8f7a7d8161b165466d3a4eb (diff) | |
| download | rockbox-a5af06b580f55f8339d1bf135365993b4db5287c.zip rockbox-a5af06b580f55f8339d1bf135365993b4db5287c.tar.gz rockbox-a5af06b580f55f8339d1bf135365993b4db5287c.tar.bz2 rockbox-a5af06b580f55f8339d1bf135365993b4db5287c.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 6 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp | bin | 0 -> 222 bytes |
2 files changed, 4 insertions, 2 deletions
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 Binary files differnew file mode 100755 index 0000000..fa88240 --- /dev/null +++ b/apps/plugins/bitmaps/native/bubbles_emblem.112x64x1.bmp |