summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/bitmaps/native/SOURCES4
-rw-r--r--apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmpbin0 -> 6254 bytes
2 files changed, 4 insertions, 0 deletions
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
8_2048_tiles.36x36x24.bmp 8_2048_tiles.36x36x24.bmp
9_2048_background.168x168x24.bmp 9_2048_background.168x168x24.bmp
10#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=132 || MIN(LCD_WIDTH, LCD_HEIGHT)>=128 10#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=132 || MIN(LCD_WIDTH, LCD_HEIGHT)>=128
11#if (LCD_DEPTH > 2)
11_2048_tiles.26x26x24.bmp 12_2048_tiles.26x26x24.bmp
13#else
14_2048_tiles.26x26x2.bmp
15#endif
12_2048_background.121x121x24.bmp 16_2048_background.121x121x24.bmp
13#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110 17#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110
14_2048_tiles.22x22x24.bmp 18_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
--- /dev/null
+++ b/apps/plugins/bitmaps/native/_2048_tiles.26x26x2.bmp
Binary files differ