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/SOURCES4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 2c1c94b167..6b75c1e058 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -138,7 +138,7 @@ flipit_tokens.20x20x2.bmp
138#endif 138#endif
139 139
140/* Star */ 140/* Star */
141#ifdef HAVE_LCD_COLOR 141#if defined( HAVE_LCD_COLOR )
142#if LCD_WIDTH >= 320 142#if LCD_WIDTH >= 320
143star_tiles.20x20.bmp 143star_tiles.20x20.bmp
144#elif LCD_WIDTH >= 220 144#elif LCD_WIDTH >= 220
@@ -146,6 +146,8 @@ star_tiles.13x13.bmp
146#else 146#else
147star_tiles.10x10.bmp 147star_tiles.10x10.bmp
148#endif 148#endif
149#elif LCD_DEPTH > 1
150star_tiles.10x10.grey.bmp
149#endif 151#endif
150 152
151/* Solitaire */ 153/* Solitaire */