From 361cdac3652a6e4a7a30b31171def0c2e7d301f3 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 24 Sep 2007 00:18:09 +0000 Subject: The C200 LCD controller is a Samsung S6B33B2. Define appropriate register names, and implement display flip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14838 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c200.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-c200.h') diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index acc9969cf5..745ac546fd 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -52,7 +52,7 @@ /* TODO: #define HAVE_LCD_SLEEP */ /* define this if you can flip your LCD */ -/* TODO: #define HAVE_LCD_FLIP */ +#define HAVE_LCD_FLIP /* define this if you can invert the colours on your LCD */ /* TODO: #define HAVE_LCD_INVERT */ -- cgit v1.2.3