diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 01:28:00 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2007-11-27 01:28:00 +0000 |
| commit | a8f900384b8491c68fba3a31ad413492fd78eb6f (patch) | |
| tree | 54f0f449f01d8ed4df9ded0aa32a1bd5ce5950a0 /apps/plugins/bitmaps/native/SOURCES | |
| parent | 4fb825eed983c6fb3d76b3efbc61014f69969a87 (diff) | |
| download | rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.zip rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.gz rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.bz2 rockbox-a8f900384b8491c68fba3a31ad413492fd78eb6f.tar.xz | |
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
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 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 */ |