From a8f900384b8491c68fba3a31ad413492fd78eb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=A4ggqvist?= Date: Tue, 27 Nov 2007 01:28:00 +0000 Subject: On second thoughts, let's compile Matrix for all non-mono bitmap displays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15829 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 467ff1d..654845f 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 */ -- cgit v1.1