diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-10-18 20:46:40 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-10-18 20:46:40 +0000 |
| commit | e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4 (patch) | |
| tree | 3de808e1e4b46b60fd1862a4bf139e564b477dca /apps/plugins/bitmaps | |
| parent | df0ee35f6aec74e5407472909ec0b1b5523bf9aa (diff) | |
| download | rockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.zip rockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.tar.gz rockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.tar.bz2 rockbox-e2b2f8e222b530abb77e59e8bdfd4b22fa9ac4f4.tar.xz | |
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/SOURCES | 4 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp | bin | 0 -> 174 bytes | |||
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 7 | ||||
| -rwxr-xr-x | apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp | bin | 0 -> 2406 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp | bin | 0 -> 4758 bytes | |||
| -rwxr-xr-x | apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp | bin | 0 -> 1638 bytes |
6 files changed, 9 insertions, 2 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 75b85d1..fde3255 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp /* Flip it */ #ifndef HAVE_LCD_COLOR -#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 +#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_cursor.28x28x1.bmp +#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_cursor.25x25x1.bmp #elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62 flipit_cursor.16x13x1.bmp diff --git a/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp b/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp Binary files differnew file mode 100755 index 0000000..9ac0d14 --- /dev/null +++ b/apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index c7eaa91..c7c9f9f 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -133,12 +133,17 @@ flipit_tokens.56x112x16.bmp #elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170 flipit_cursor.40x40x16.bmp flipit_tokens.40x80x16.bmp +#elif LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_cursor.28x28x16.bmp +flipit_tokens.28x56x16.bmp #elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_cursor.25x25x16.bmp flipit_tokens.25x50x16.bmp #endif #elif LCD_DEPTH > 1 /* greyscale */ -#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 +#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122 +flipit_tokens.28x56x2.bmp +#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110 flipit_tokens.25x50x2.bmp #endif #else /* monochrome */ diff --git a/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp b/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp Binary files differnew file mode 100755 index 0000000..c381bb4 --- /dev/null +++ b/apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp diff --git a/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp b/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp Binary files differnew file mode 100755 index 0000000..0bc7313 --- /dev/null +++ b/apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp diff --git a/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp b/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp Binary files differnew file mode 100755 index 0000000..a598cc4 --- /dev/null +++ b/apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp |