summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-27 23:32:57 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-27 23:32:57 +0000
commit7ff853fc1b308a8ad702b3c384412c157df1f0da (patch)
tree7c54b59c0a85dcfe0bfc7e4f2e8f986de20ce308 /apps/plugins
parent198224d78b8458904e1526136c459a007f6f7de6 (diff)
downloadrockbox-7ff853fc1b308a8ad702b3c384412c157df1f0da.tar.gz
rockbox-7ff853fc1b308a8ad702b3c384412c157df1f0da.zip
Enable the greyscale library for ZXbot on M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16853 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/zxbox/zxconfig.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/zxbox/zxconfig.h b/apps/plugins/zxbox/zxconfig.h
index cdba2626cf..f83c091ab9 100644
--- a/apps/plugins/zxbox/zxconfig.h
+++ b/apps/plugins/zxbox/zxconfig.h
@@ -18,8 +18,7 @@ extern int intkeys[5];
18#define SETTINGS_VERSION 2 18#define SETTINGS_VERSION 2
19 19
20/* undef not to use greyscale lib */ 20/* undef not to use greyscale lib */
21#if !defined HAVE_LCD_COLOR && !defined(IAUDIO_M3) 21#if !defined HAVE_LCD_COLOR
22 /* FIXME: change after implementing greyscale lib for M3 */
23#define USE_GREY 22#define USE_GREY
24#define USE_BUFFERED_GREY 23#define USE_BUFFERED_GREY
25#endif 24#endif