summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-15 22:31:09 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-15 22:31:09 +0000
commit45e3eed60d2f2f3f2d4279d771d241ec45bded96 (patch)
treec8bb5081604706472fbc2dc41f3a3dd3d5bdd833 /apps/plugins/bitmaps/mono
parente0710b2af13cc7a4994cbcb0e50af97c02055c5b (diff)
downloadrockbox-45e3eed60d2f2f3f2d4279d771d241ec45bded96.zip
rockbox-45e3eed60d2f2f3f2d4279d771d241ec45bded96.tar.gz
rockbox-45e3eed60d2f2f3f2d4279d771d241ec45bded96.tar.bz2
rockbox-45e3eed60d2f2f3f2d4279d771d241ec45bded96.tar.xz
FlipIt graphics rework: * Adjusted token sizes to make them fit better on the various LCDs (4 different sizes, a 5th size is planned). Correct aspect ratio for archos bitmap LCD. Graphics work by Marianne Arnold.* Major code cleanup, use bitmap build system for all sizes. Info panel is now always displayed below.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11228 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES9
-rwxr-xr-xapps/plugins/bitmaps/mono/flipit_cursor.16x13x1.bmpbin0 -> 116 bytes
-rwxr-xr-xapps/plugins/bitmaps/mono/flipit_cursor.25x25x1.bmpbin0 -> 162 bytes
3 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 9dfc312..75b85d1 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -32,4 +32,13 @@ brickmania_powerups.112x64x1.bmp
rockblox_background.112x64x1.bmp
#endif
+/* Flip it */
+#ifndef HAVE_LCD_COLOR
+#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
+flipit_cursor.25x25x1.bmp
+#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
+flipit_cursor.16x13x1.bmp
+#endif
+#endif
+
#endif /* HAVE_LCD_BITMAP */
diff --git a/apps/plugins/bitmaps/mono/flipit_cursor.16x13x1.bmp b/apps/plugins/bitmaps/mono/flipit_cursor.16x13x1.bmp
new file mode 100755
index 0000000..38db15a
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/flipit_cursor.16x13x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/mono/flipit_cursor.25x25x1.bmp b/apps/plugins/bitmaps/mono/flipit_cursor.25x25x1.bmp
new file mode 100755
index 0000000..5445f8b
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/flipit_cursor.25x25x1.bmp
Binary files differ