diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-03-27 23:32:57 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-27 23:32:57 +0000 |
commit | 7ff853fc1b308a8ad702b3c384412c157df1f0da (patch) | |
tree | 7c54b59c0a85dcfe0bfc7e4f2e8f986de20ce308 /apps/plugins/zxbox | |
parent | 198224d78b8458904e1526136c459a007f6f7de6 (diff) |
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/zxbox')
-rw-r--r-- | apps/plugins/zxbox/zxconfig.h | 3 |
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]; #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 |