forked from len0rd/rockbox
Gigabeat S: Make MIN_BRIGHTNESS_SETTING to be 1, not 0; the backlight already has "off".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19145 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2a5053f58c
commit
f66c303467
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
#define HAVE_BACKLIGHT_BRIGHTNESS
|
||||
|
||||
/* Main LCD backlight brightness range and defaults */
|
||||
#define MIN_BRIGHTNESS_SETTING 0
|
||||
#define MIN_BRIGHTNESS_SETTING 1
|
||||
#define MAX_BRIGHTNESS_SETTING 24
|
||||
#define DEFAULT_BRIGHTNESS_SETTING 12
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue