summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native')
-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 90a635e..00a6e3a 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -331,11 +331,13 @@ sokoban_tiles.14x14.bmp
#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \
(LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4)
sokoban_tiles.9x9.bmp
-#else
-/* LCD_HEIGHT >= 96~121 && LCD_WIDTH >= 152~120 */
+#elif (LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
+ (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120)
sokoban_tiles.6x6.bmp
#endif
-#elif LCD_DEPTH >= 2
+#elif LCD_DEPTH >= 2 && \
+ ((LCD_HEIGHT >= 96 && LCD_WIDTH >= 152) || \
+ (LCD_HEIGHT >= 121 && LCD_WIDTH >= 120))
sokoban_tiles.6x6x2.bmp
#endif