diff options
| author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2016-01-08 02:17:05 +0100 |
|---|---|---|
| committer | Gerrit Rockbox <gerrit@rockbox.org> | 2016-04-07 11:52:09 +0200 |
| commit | 45a02dcf818ca2f7513863cda2a56a8929c6d20e (patch) | |
| tree | 07b5fa001d40d82db39ccd78f8309707ed297fdf /apps/plugins/bitmaps/native/SOURCES | |
| parent | c537e05784bb9dcad8c29e8720a30b09aff28b7d (diff) | |
| download | rockbox-45a02dcf818ca2f7513863cda2a56a8929c6d20e.zip rockbox-45a02dcf818ca2f7513863cda2a56a8929c6d20e.tar.gz rockbox-45a02dcf818ca2f7513863cda2a56a8929c6d20e.tar.bz2 rockbox-45a02dcf818ca2f7513863cda2a56a8929c6d20e.tar.xz | |
Plugin 2048: Optimize for 128x96 screen
Change-Id: I47c2d857fbf9e53696e005b075d8a6f041738fe3
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 052163c..b6a563d 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 |