mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
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
This commit is contained in:
parent
df0ee35f6a
commit
e2b2f8e222
6 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
BIN
apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp
Executable file
BIN
apps/plugins/bitmaps/mono/flipit_cursor.28x28x1.bmp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 174 B |
|
|
@ -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 */
|
||||
|
|
|
|||
BIN
apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/flipit_cursor.28x28x16.bmp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp
Executable file
BIN
apps/plugins/bitmaps/native/flipit_tokens.28x56x16.bmp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp
Executable file
BIN
apps/plugins/bitmaps/native/flipit_tokens.28x56x2.bmp
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue