From 7ff853fc1b308a8ad702b3c384412c157df1f0da Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 27 Mar 2008 23:32:57 +0000 Subject: Enable the greyscale library for ZXbot on M3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16853 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/zxconfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/plugins/zxbox/zxconfig.h') 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 -- cgit v1.2.3