summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-10-18 20:46:40 +0000
committerJens Arnold <amiconn@rockbox.org>2006-10-18 20:46:40 +0000
commite2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4 (patch)
tree3de808e1e4b46b60fd1862a4bf139e564b477dca /apps/plugins/bitmaps
parentdf0ee35f6aec74e5407472909ec0b1b5523bf9aa (diff)
downloadrockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.tar.gz
rockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.zip
FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES4
-rwxr-xr-xapps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmpbin0 -> 174 bytes
-rw-r--r--apps/plugins/bitmaps/native/SOURCES7
-rwxr-xr-xapps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmpbin0 -> 2406 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmpbin0 -> 4758 bytes
-rwxr-xr-xapps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmpbin0 -> 1638 bytes
6 files changed, 9 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 75b85d1546..fde32558c8 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp
34 34
35/* Flip it */ 35/* Flip it */
36#ifndef HAVE_LCD_COLOR 36#ifndef HAVE_LCD_COLOR
37#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 37#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
38flipit_cursor.28x28x1.bmp
39#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
38flipit_cursor.25x25x1.bmp 40flipit_cursor.25x25x1.bmp
39#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 41#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
40flipit_cursor.16x13x1.bmp 42flipit_cursor.16x13x1.bmp
diff --git a/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp b/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp
new file mode 100755
index 0000000000..9ac0d14a8a
--- /dev/null
+++ b/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index c7eaa91751..c7c9f9f9dc 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -133,12 +133,17 @@ flipit_tokens.56x112x16.bmp
133#elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170 133#elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170
134flipit_cursor.40x40x16.bmp 134flipit_cursor.40x40x16.bmp
135flipit_tokens.40x80x16.bmp 135flipit_tokens.40x80x16.bmp
136#elif LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
137flipit_cursor.28x28x16.bmp
138flipit_tokens.28x56x16.bmp
136#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 139#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
137flipit_cursor.25x25x16.bmp 140flipit_cursor.25x25x16.bmp
138flipit_tokens.25x50x16.bmp 141flipit_tokens.25x50x16.bmp
139#endif 142#endif
140#elif LCD_DEPTH > 1 /* greyscale */ 143#elif LCD_DEPTH > 1 /* greyscale */
141#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 144#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
145flipit_tokens.28x56x2.bmp
146#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
142flipit_tokens.25x50x2.bmp 147flipit_tokens.25x50x2.bmp
143#endif 148#endif
144#else /* monochrome */ 149#else /* monochrome */
diff --git a/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp b/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp
new file mode 100755
index 0000000000..c381bb40fa
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp b/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp
new file mode 100755
index 0000000000..0bc7313f2b
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp
Binary files differ
diff --git a/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp b/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp
new file mode 100755
index 0000000000..a598cc47ec
--- /dev/null
+++ b/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp
Binary files differ