Plugin 2048: Optimize for 128x96 screen

Change-Id: I47c2d857fbf9e53696e005b075d8a6f041738fe3
This commit is contained in:
Sebastian Leonhardt 2016-01-08 02:17:05 +01:00 committed by Gerrit Rockbox
parent c537e05784
commit 45a02dcf81
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ _2048_background.121x121x24.bmp
#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110
_2048_tiles.22x22x24.bmp
_2048_background.103x103x24.bmp
#elif LCD_HEIGHT>=96 && LCD_WIDTH>=128
_2048_tiles.19x19x24.bmp
_2048_background.88x88x24.bmp
#else
/* default to smallest bitmaps */
_2048_tiles.12x12x24.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB