From 9407ae838e7696cd5f55c7a22b7cabb8d403fc17 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 17 Sep 2008 21:44:47 +0000 Subject: Onda VX747: * Button driver rework * Backlight driver rework * LCD driver rework git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18543 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index e015a53374..9a7f53568a 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -83,10 +83,10 @@ #define HAVE_BACKLIGHT_BRIGHTNESS /* Main LCD backlight brightness range and defaults */ -#define MIN_BRIGHTNESS_SETTING 0 /* TODO */ -#define MAX_BRIGHTNESS_SETTING 127 -#define DEFAULT_BRIGHTNESS_SETTING 85 -#define DEFAULT_DIMNESS_SETTING 22 +#define MIN_BRIGHTNESS_SETTING 100 +#define MAX_BRIGHTNESS_SETTING 300 +#define DEFAULT_BRIGHTNESS_SETTING 300 /* "full brightness" */ +#define DEFAULT_DIMNESS_SETTING 100 /* "most dim" */ /* Define this if you have a software controlled poweroff */ //#define HAVE_SW_POWEROFF -- cgit v1.2.3