mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Plugin 2048: Optimize for 128x96 screen
Change-Id: I47c2d857fbf9e53696e005b075d8a6f041738fe3
This commit is contained in:
parent
c537e05784
commit
45a02dcf81
3 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ _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
|
||||||
|
_2048_tiles.19x19x24.bmp
|
||||||
|
_2048_background.88x88x24.bmp
|
||||||
#else
|
#else
|
||||||
/* default to smallest bitmaps */
|
/* default to smallest bitmaps */
|
||||||
_2048_tiles.12x12x24.bmp
|
_2048_tiles.12x12x24.bmp
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/_2048_background.88x88x24.bmp
Normal file
BIN
apps/plugins/bitmaps/native/_2048_background.88x88x24.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
apps/plugins/bitmaps/native/_2048_tiles.19x19x24.bmp
Normal file
BIN
apps/plugins/bitmaps/native/_2048_tiles.19x19x24.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Add table
Add a link
Reference in a new issue