From 1bbd58e2d8e4bf9c9942c5b70ff4e480a6fc56f2 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 8 Jul 2007 13:02:52 +0000 Subject: e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all power options so that LCD driver IC's visible display is shut down with backlight and make the Sleep option available 3) Better framebuffer copy routine in assembly that confines updates to the specified rectangle _and_ is faster than memcpy 4) Some other offhand changes out of preference. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13818 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index f970869..6edab71 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -33,11 +33,21 @@ /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE +/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE + should be defined as well. */ +#define HAVE_LCD_SLEEP + #ifndef SIMULATOR #define HAVE_HOTSWAP #define HAVE_MULTIVOLUME #endif +/* define this if you can invert the colours on your LCD */ +#define HAVE_LCD_INVERT + +/* define this if you can flip your LCD */ +#define HAVE_LCD_FLIP + #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 -- cgit v1.1