summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2014-06-01 15:43:39 +0000
committerSzymon Dziok <b0hoon@o2.pl>2014-06-09 01:15:17 +0000
commitf3edbd142ac3add921c45ad82efdf8656467f550 (patch)
tree06dbb3732f6e46f4f111f65bd5a7cd54c6998808 /firmware/export
parent6aef81a0f653ecd3cb77635961570d3333b12f77 (diff)
downloadrockbox-f3edbd142ac3add921c45ad82efdf8656467f550.tar.gz
rockbox-f3edbd142ac3add921c45ad82efdf8656467f550.zip
Samsung YH-920: enable lcd contrast setting, fix default lcd contrast.
Change-Id: I58303feed59754143f57889ab19a21a628d5ed3d
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/samsungyh920.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h
index 6f64e7e590..58a8c835e3 100644
--- a/firmware/export/config/samsungyh920.h
+++ b/firmware/export/config/samsungyh920.h
@@ -57,11 +57,11 @@
57#define HAVE_BACKLIGHT 57#define HAVE_BACKLIGHT
58 58
59/* Define this if your LCD can set contrast */ 59/* Define this if your LCD can set contrast */
60/* todo #define HAVE_LCD_CONTRAST */ 60#define HAVE_LCD_CONTRAST
61 61
62#define MIN_CONTRAST_SETTING 0 62#define MIN_CONTRAST_SETTING 50
63#define MAX_CONTRAST_SETTING 30 63#define MAX_CONTRAST_SETTING 70
64#define DEFAULT_CONTRAST_SETTING 14 /* Match boot contrast */ 64#define DEFAULT_CONTRAST_SETTING 61 /* Match boot contrast */
65 65
66/* define this if you can flip your LCD */ 66/* define this if you can flip your LCD */
67/* todo #define HAVE_LCD_FLIP */ 67/* todo #define HAVE_LCD_FLIP */