mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Sliding puzzle: Fix graphics size and help text for M3. * Bubbles: Better (larger) emblems for M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16759 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00094511f4
commit
408613ca22
4 changed files with 7 additions and 1 deletions
|
@ -591,7 +591,9 @@ matrix_normal.bmp
|
|||
sliding_puzzle.240x240x16.bmp
|
||||
#endif
|
||||
#elif (LCD_DEPTH > 1)
|
||||
#if SMALLER_DIMENSION <= 110
|
||||
#if SMALLER_DIMENSION <= 96
|
||||
sliding_puzzle.96x96x2.bmp
|
||||
#elif SMALLER_DIMENSION <= 110
|
||||
sliding_puzzle.108x108x2.bmp
|
||||
#elif SMALLER_DIMENSION <= 128
|
||||
sliding_puzzle.128x128x2.bmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue