mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Lower the maximum brightness of the fuzev2 backlight even more.
The previous maximum (20) still causes excessive heat for some people, and measurements (using a digital camera and a white screen) show that the maximum brightness in the OF corresponds to 12 in rockbox, so we use 12 now. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_9@30228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be32b990f8
commit
dfafd22ec5
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 20
|
||||
#define MAX_BRIGHTNESS_SETTING 12
|
||||
#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