diff options
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 467ff1df76..654845f2bb 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -411,9 +411,6 @@ solitaire_suitsi.13x52x1.bmp /* Star */ #ifdef HAVE_LCD_COLOR -/* matrix */ -matrix_bold.bmp -matrix_normal.bmp #if LCD_WIDTH >= 320 && LCD_HEIGHT >= 188 star_tiles.20x20.bmp #elif LCD_WIDTH >= 240 && LCD_HEIGHT >= 143 @@ -507,4 +504,10 @@ superdom_boarditems.240x320x16.bmp #endif #endif +#if LCD_DEPTH > 1 +/* matrix */ +matrix_bold.bmp +matrix_normal.bmp +#endif + #endif /* HAVE_LCD_BITMAP */ |