summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index c7eaa91..c7c9f9f 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -133,12 +133,17 @@ flipit_tokens.56x112x16.bmp
#elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170
flipit_cursor.40x40x16.bmp
flipit_tokens.40x80x16.bmp
+#elif LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
+flipit_cursor.28x28x16.bmp
+flipit_tokens.28x56x16.bmp
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
flipit_cursor.25x25x16.bmp
flipit_tokens.25x50x16.bmp
#endif
#elif LCD_DEPTH > 1 /* greyscale */
-#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
+#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
+flipit_tokens.28x56x2.bmp
+#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
flipit_tokens.25x50x2.bmp
#endif
#else /* monochrome */