diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 37d0060213..f207f358b2 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -8,7 +8,11 @@ _2048_background.224x224x24.bmp _2048_tiles.36x36x24.bmp _2048_background.168x168x24.bmp #elif MIN(LCD_WIDTH, LCD_HEIGHT)>=132 || MIN(LCD_WIDTH, LCD_HEIGHT)>=128 +#if (LCD_DEPTH > 2) _2048_tiles.26x26x24.bmp +#else +_2048_tiles.26x26x2.bmp +#endif _2048_background.121x121x24.bmp #elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110 _2048_tiles.22x22x24.bmp diff --git a/apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmp b/apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmp new file mode 100644 index 0000000000..4b764c3e14 Binary files /dev/null and b/apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmp differ