mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
20e5ffe306
commit
8acc86c036
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue