From 98fa13cb29d9e26d9eac64096c37f8875b347b77 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 4 Jan 2010 21:35:26 +0000 Subject: Sansa Fuze: LCD - add lcd_set_invert() - add lcd_set_flip() commented out since not working fine yet: mpegplayer isn't flipped, and statusbar display is buggy - use the registers list from e200v2 - cosmetics (indentation fix, comments changes, function names, casts, function moves, ...) to make the diff with lcd-e200v2.c shorter git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24181 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuze.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/sansafuze.h') diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 4370aef42e..f9b4f629af 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -62,7 +62,7 @@ //#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 have a real-time clock */ -- cgit v1.2.3