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/SOURCES18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES
index 82bab1be12..0fbc4766d1 100644
--- a/apps/plugins/bitmaps/mono/SOURCES
+++ b/apps/plugins/bitmaps/mono/SOURCES
@@ -31,4 +31,22 @@ brickmania_powerups.112x64x1.bmp
31tetrox_background.112x64x1.bmp 31tetrox_background.112x64x1.bmp
32#endif 32#endif
33 33
34/* Solitaire */
35#if LCD_HEIGHT > 64
36solitaire_numbers.8x10x1.bmp
37#if HAVE_LCD_COLOR
38solitaire_suits.8x10x1_filled.bmp
39#else
40solitaire_suits.8x10x1.bmp
41#endif
42#else
43solitaire_numbers.6x6x1.bmp
44solitaire_suits.6x6x1.bmp
45#endif
46#if HAVE_LCD_COLOR
47solitaire_suitsi.15x16x1_filled.bmp
48#else
49solitaire_suitsi.15x16x1.bmp
50#endif
51
34#endif /* HAVE_LCD_BITMAP */ 52#endif /* HAVE_LCD_BITMAP */