From 4a82f81f79ddb921328cd88fde8579fbd11b89e8 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 21 Nov 2006 17:14:07 +0000 Subject: H100 series: Adjusted gray scale balance and default contrast for more linear gray levels. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11564 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h120.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config-h120.h') diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 4a8a3c99be..ee3d70236a 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -168,9 +168,9 @@ /** Port-specific settings **/ /* Main LCD backlight brightness range and defaults */ -#define DEFAULT_CONTRAST_SETTING 28 #define MIN_CONTRAST_SETTING 14 /* White screen a bit higher than this */ #define MAX_CONTRAST_SETTING 63 /* Black screen a bit lower than this */ +#define DEFAULT_CONTRAST_SETTING 27 /* Remote LCD contrast range and defaults */ #define MIN_REMOTE_CONTRAST_SETTING 5 -- cgit v1.2.3