summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 90a635ef01..00a6e3ab30 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -331,11 +331,13 @@ sokoban_tiles.14x14.bmp
331#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \ 331#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \
332 (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4) 332 (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4)
333sokoban_tiles.9x9.bmp 333sokoban_tiles.9x9.bmp
334#else 334#elif (LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
335/* LCD_HEIGHT >= 96~121 && LCD_WIDTH >= 152~120 */ 335 (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120)
336sokoban_tiles.6x6.bmp 336sokoban_tiles.6x6.bmp
337#endif 337#endif
338#elif LCD_DEPTH >= 2 338#elif LCD_DEPTH >= 2 && \
339 ((LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
340 (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120))
339sokoban_tiles.6x6x2.bmp 341sokoban_tiles.6x6x2.bmp
340#endif 342#endif
341 343