mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
e0710b2af1
commit
45e3eed60d
18 changed files with 74 additions and 154 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue