1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonas Häggqvist 2007-11-27 01:28:00 +00:00
parent 4fb825eed9
commit a8f900384b
3 changed files with 12 additions and 6 deletions

View file

@ -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 */