Enable the greyscale library for ZXbot on M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
198224d78b
commit
7ff853fc1b
1 changed files with 1 additions and 2 deletions
|
@ -18,8 +18,7 @@ extern int intkeys[5];
|
|||
#define SETTINGS_VERSION 2
|
||||
|
||||
/* undef not to use greyscale lib */
|
||||
#if !defined HAVE_LCD_COLOR && !defined(IAUDIO_M3)
|
||||
/* FIXME: change after implementing greyscale lib for M3 */
|
||||
#if !defined HAVE_LCD_COLOR
|
||||
#define USE_GREY
|
||||
#define USE_BUFFERED_GREY
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue