summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 99297306e7..16df8a03d7 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -15,7 +15,7 @@ _2048_background.121x121x24.bmp
15#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110 15#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=110
16_2048_tiles.22x22x24.bmp 16_2048_tiles.22x22x24.bmp
17_2048_background.103x103x24.bmp 17_2048_background.103x103x24.bmp
18#elif LCD_HEIGHT>=96 && LCD_WIDTH>=128 18#elif MIN(LCD_WIDTH, LCD_HEIGHT)>=96
19_2048_tiles.19x19x24.bmp 19_2048_tiles.19x19x24.bmp
20_2048_background.88x88x24.bmp 20_2048_background.88x88x24.bmp
21#else 21#else