mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
2048: use larger bitmaps on 96x96 screens (e.g. Clip Zip)
Apparently the smallest bitmaps are hard to see. Change-Id: I0265ce4da15677f9c4c64457b1a1f849a0f3a7f8
This commit is contained in:
parent
2d57bfba36
commit
5b8198d147
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _2048_background.121x121x24.bmp
|
||||||
#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110
|
#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110
|
||||||
_2048_tiles.22x22x24.bmp
|
_2048_tiles.22x22x24.bmp
|
||||||
_2048_background.103x103x24.bmp
|
_2048_background.103x103x24.bmp
|
||||||
#elif LCD_HEIGHT>=96 && LCD_WIDTH>=128
|
#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=96
|
||||||
_2048_tiles.19x19x24.bmp
|
_2048_tiles.19x19x24.bmp
|
||||||
_2048_background.88x88x24.bmp
|
_2048_background.88x88x24.bmp
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue