summaryrefslogtreecommitdiff
path: root/firmware/export/config-yh925.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-08-30 02:01:45 +0000
committerThomas Martitz <kugel@rockbox.org>2009-08-30 02:01:45 +0000
commit9ed1a154a50fa92a569cefee4e68119efedfa937 (patch)
treeace362e7e6b19a848836cbcfb81e9dc15a247783 /firmware/export/config-yh925.h
parentb783c06362b19d2838e56eb167e8b408c9cdb53d (diff)
downloadrockbox-9ed1a154a50fa92a569cefee4e68119efedfa937.tar.gz
rockbox-9ed1a154a50fa92a569cefee4e68119efedfa937.zip
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
Diffstat (limited to 'firmware/export/config-yh925.h')
-rw-r--r--firmware/export/config-yh925.h2
1 files changed, 1 insertions, 1 deletions
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 @@
58#define DEFAULT_CONTRAST_SETTING 14 /* Match boot contrast */ 58#define DEFAULT_CONTRAST_SETTING 14 /* Match boot contrast */
59 59
60/* define this if you can flip your LCD */ 60/* define this if you can flip your LCD */
61/* todo #define HAVE_LCD_FLIP */ 61#define HAVE_LCD_FLIP
62 62
63/* define this if you can invert the colours on your LCD */ 63/* define this if you can invert the colours on your LCD */
64/* todo #define HAVE_LCD_INVERT */ 64/* todo #define HAVE_LCD_INVERT */