From a0a489e3cf118b3f4da593ea00c105e2a1811a9a Mon Sep 17 00:00:00 2001 From: mcuelenaere Date: Wed, 24 Jun 2009 21:01:27 +0000 Subject: [PATCH] Onda VX747: fix DEFAULT_BRIGHTNESS_SETTING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21496 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 0e77613a8..9506b6887 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -118,7 +118,7 @@ /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 #define MAX_BRIGHTNESS_SETTING 16 -#define DEFAULT_BRIGHTNESS_SETTING 10 /* "full brightness" */ +#define DEFAULT_BRIGHTNESS_SETTING 16 /* "full brightness" */ #define DEFAULT_DIMNESS_SETTING 1 /* "most dim" */ /* Define this if you have a software controlled poweroff */ -- 2.11.4.GIT