forked from len0rd/rockbox
A few people have reported problems running the fuzev2 LCD at max brightness. I don't have one of these players, but as a precaution lets lower the max brightness a bit until someone figures out why.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29896 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a2c2589247
commit
7eb0db250c
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
|||
|
||||
/* Main LCD backlight brightness range and defaults */
|
||||
#define MIN_BRIGHTNESS_SETTING 1
|
||||
#define MAX_BRIGHTNESS_SETTING 25
|
||||
#define MAX_BRIGHTNESS_SETTING 20
|
||||
#define DEFAULT_BRIGHTNESS_SETTING 6
|
||||
|
||||
/* define this if you have a light associated with the buttons */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue