summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/mono/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/bitmaps/mono/SOURCES')
-rw-r--r--apps/plugins/bitmaps/mono/SOURCES9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 9dfc312348..75b85d1546 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -32,4 +32,13 @@ brickmania_powerups.112x64x1.bmp
32rockblox_background.112x64x1.bmp 32rockblox_background.112x64x1.bmp
33#endif 33#endif
34 34
35/* Flip it */
36#ifndef HAVE_LCD_COLOR
37#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
38flipit_cursor.25x25x1.bmp
39#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
40flipit_cursor.16x13x1.bmp
41#endif
42#endif
43
35#endif /* HAVE_LCD_BITMAP */ 44#endif /* HAVE_LCD_BITMAP */