From f51f98e13405fa46ccdda0230aafe868dec8410b Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Thu, 3 Apr 2008 11:08:38 +0000 Subject: m:robe 100 - lcd driver tidied up and optimised - lcd flip and inverse display enabled (based on logikdax driver and work by lowlight) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16944 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mrobe100.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h index 4ce2ab5..1996499 100644 --- a/firmware/export/config-mrobe100.h +++ b/firmware/export/config-mrobe100.h @@ -32,10 +32,10 @@ #define LCD_PIXELFORMAT VERTICAL_PACKING /* 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 IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */ -- cgit v1.1