From b8b03370e4a3e1ec20324e9055065c77873e30f7 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Sun, 23 Mar 2008 19:56:11 +0000 Subject: D2: Implement LCD driver framebuffer as per E200/Gigabeat F. Kill a few warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16763 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 9363f67..2574c51 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -23,10 +23,10 @@ #define HAVE_LCD_COLOR /* define this if you can flip your LCD */ -#define HAVE_LCD_FLIP +/* #define HAVE_LCD_FLIP */ /* define this if you can invert the colours on your LCD */ -#define HAVE_LCD_INVERT +/* #define HAVE_LCD_INVERT */ /* define this if you want album art for this target */ #define HAVE_ALBUMART -- cgit v1.1