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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/plugins/zxbox/zxconfig.h b/apps/plugins/zxbox/zxconfig.h
index ddd91d0020..f83c091ab9 100644
--- a/apps/plugins/zxbox/zxconfig.h
+++ b/apps/plugins/zxbox/zxconfig.h
@@ -17,11 +17,10 @@ extern int intkeys[5];
17#define SETTINGS_MIN_VERSION 2 17#define SETTINGS_MIN_VERSION 2
18#define SETTINGS_VERSION 2 18#define SETTINGS_VERSION 2
19 19
20/* undef not to use grayscale lib */ 20/* undef not to use greyscale lib */
21#if !defined HAVE_LCD_COLOR && LCD_PIXELFORMAT != HORIZONTAL_PACKING 21#if !defined HAVE_LCD_COLOR
22/* grayscale is far slower for now at least on ipods :( */ 22#define USE_GREY
23#define USE_GRAY 23#define USE_BUFFERED_GREY
24#define USE_BUFFERED_GRAY
25#endif 24#endif
26 25
27 26