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
|
|
@ -127,18 +127,23 @@ sokoban_tiles.6x6x2.bmp
|
|||
|
||||
/* Flip it */
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
#if LCD_HEIGHT >= 200
|
||||
flipit_tokens.50x50.bmp
|
||||
#elif LCD_HEIGHT >= 160
|
||||
flipit_tokens.40x40.bmp
|
||||
#else
|
||||
flipit_tokens.30x30.bmp
|
||||
#if LCD_WIDTH >= 280 && LCD_HEIGHT >= 234
|
||||
flipit_cursor.56x56x16.bmp
|
||||
flipit_tokens.56x112x16.bmp
|
||||
#elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170
|
||||
flipit_cursor.40x40x16.bmp
|
||||
flipit_tokens.40x80x16.bmp
|
||||
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
|
||||
flipit_cursor.25x25x16.bmp
|
||||
flipit_tokens.25x50x16.bmp
|
||||
#endif
|
||||
#elif LCD_DEPTH >= 2
|
||||
#if LCD_WIDTH >= 150
|
||||
flipit_tokens.30x30x2.bmp
|
||||
#else
|
||||
flipit_tokens.20x20x2.bmp
|
||||
#elif LCD_DEPTH > 1 /* greyscale */
|
||||
#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
|
||||
flipit_tokens.25x50x2.bmp
|
||||
#endif
|
||||
#else /* monochrome */
|
||||
#if LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
|
||||
flipit_tokens.16x26x1.bmp
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
BIN
apps/plugins/bitmaps/native/flipit_cursor.25x25x16.bmp
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
apps/plugins/bitmaps/native/flipit_cursor.40x40x16.bmp
Executable file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
apps/plugins/bitmaps/native/flipit_cursor.56x56x16.bmp
Executable file
|
After Width: | Height: | Size: 9.2 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.16x26x1.bmp
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.25x50x16.bmp
Executable file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.25x50x2.bmp
Executable file
|
After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 14 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.40x80x16.bmp
Executable file
|
After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 22 KiB |
BIN
apps/plugins/bitmaps/native/flipit_tokens.56x112x16.bmp
Executable file
|
After Width: | Height: | Size: 18 KiB |