summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/zxconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/zxconfig.h')
-rw-r--r--apps/plugins/zxbox/zxconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxconfig.h b/apps/plugins/zxbox/zxconfig.h
index f83c091ab9..cdba2626cf 100644
--- a/apps/plugins/zxbox/zxconfig.h
+++ b/apps/plugins/zxbox/zxconfig.h
@@ -18,7 +18,8 @@ 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 21#if !defined HAVE_LCD_COLOR && !defined(IAUDIO_M3)
22 /* FIXME: change after implementing greyscale lib for M3 */
22#define USE_GREY 23#define USE_GREY
23#define USE_BUFFERED_GREY 24#define USE_BUFFERED_GREY
24#endif 25#endif