From 45a02dcf818ca2f7513863cda2a56a8929c6d20e Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Fri, 8 Jan 2016 02:17:05 +0100 Subject: Plugin 2048: Optimize for 128x96 screen Change-Id: I47c2d857fbf9e53696e005b075d8a6f041738fe3 --- apps/plugins/bitmaps/native/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/bitmaps/native/SOURCES') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 052163c37d..b6a563d2b0 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -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 -- cgit v1.2.3