forked from len0rd/rockbox
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
|
#define SETTINGS_VERSION 2
|
||||||
|
|
||||||
/* undef not to use greyscale lib */
|
/* undef not to use greyscale lib */
|
||||||
#if !defined HAVE_LCD_COLOR && !defined(IAUDIO_M3)
|
#if !defined HAVE_LCD_COLOR
|
||||||
/* FIXME: change after implementing greyscale lib for M3 */
|
|
||||||
#define USE_GREY
|
#define USE_GREY
|
||||||
#define USE_BUFFERED_GREY
|
#define USE_BUFFERED_GREY
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue