summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-17 02:21:08 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-17 02:21:08 +0000
commita5af06b580f55f8339d1bf135365993b4db5287c (patch)
tree8a9621708add9bcfd28a5577e729bf08591354a9 /apps/plugins/bitmaps/mono
parentcc8f80ad9bce251ca8f7a7d8161b165466d3a4eb (diff)
downloadrockbox-a5af06b580f55f8339d1bf135365993b4db5287c.tar.gz
rockbox-a5af06b580f55f8339d1bf135365993b4db5287c.zip
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/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES4
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmpbin0 -> 92 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 0e8abd86f6..0a463c714e 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -1,7 +1,9 @@
1#ifdef HAVE_LCD_BITMAP 1#ifdef HAVE_LCD_BITMAP
2 2
3/* Bubbles */ 3/* Bubbles */
4#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) 4#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
5bubbles_bubble.112x64x1.bmp
6#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
5bubbles_bubble.160x128x1.bmp 7bubbles_bubble.160x128x1.bmp
6#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) 8#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
7bubbles_bubble.160x128x1.bmp 9bubbles_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 0000000000..70d3c8451e
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.112x64x1.bmp
Binary files differ