Onda VX747: fix DEFAULT_BRIGHTNESS_SETTING

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21496 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-06-24 21:01:27 +00:00
parent 20e5ffe306
commit 8acc86c036

View file

@ -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 */