summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
authorAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
committerAdam Boot <rotator@gmail.com>2006-03-20 03:06:07 +0000
commitea4947a95f2478fd2d72c0af43829ebb6c4328a3 (patch)
treec85f3e62605afe4d8b7c95659b1643c45baaa34e /apps/plugins/bitmaps/mono
parentfce885d9ec3fe590ad8eed2d2ca961c14a601202 (diff)
downloadrockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.zip
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.gz
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.bz2
rockbox-ea4947a95f2478fd2d72c0af43829ebb6c4328a3.tar.xz
New game plugin: bubbles, initial commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES12
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmpbin0 -> 110 bytes
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmpbin0 -> 126 bytes
-rwxr-xr-xapps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmpbin0 -> 150 bytes
4 files changed, 12 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 0ee98f9..34f0f42 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -1,5 +1,17 @@
#ifdef HAVE_LCD_BITMAP
+/* Bubbles */
+#if (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
+bubbles_bubble.160x128x1.bmp
+#elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132)
+bubbles_bubble.160x128x1.bmp
+#elif ((LCD_WIDTH == 220) && (LCD_HEIGHT == 176)) || \
+ ((LCD_WIDTH == 240) && (LCD_HEIGHT == 320))
+bubbles_bubble.220x176x1.bmp
+#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
+bubbles_bubble.320x240x1.bmp
+#endif
+
/* BrickMania */
#if (LCD_WIDTH == 112) && (LCD_HEIGHT == 64)
diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp
new file mode 100755
index 0000000..8a3a514
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.160x128x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp
new file mode 100755
index 0000000..da84ba7
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.220x176x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp b/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp
new file mode 100755
index 0000000..2ba692b
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/bubbles_bubble.320x240x1.bmp
Binary files differ