From 9ed1a154a50fa92a569cefee4e68119efedfa937 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 30 Aug 2009 02:01:45 +0000 Subject: Samsung YH925: Implement lcd flipping. Although it's a questionable feature, it should enable us to fix the problem that the OF's display is flipped after the Rockbox bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22554 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-yh925.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h index 87b7a00ccc..73d2fd4fbc 100644 --- a/firmware/export/config-yh925.h +++ b/firmware/export/config-yh925.h @@ -58,7 +58,7 @@ #define DEFAULT_CONTRAST_SETTING 14 /* Match boot contrast */ /* 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