forked from len0rd/rockbox
Increase the bits for backlight brightness for the gigabeat. Settings will be reset so save them first.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11872 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d2d695fc34
commit
c390620439
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
|
|||
#include "eq_menu.h"
|
||||
#endif
|
||||
|
||||
#define CONFIG_BLOCK_VERSION 58
|
||||
#define CONFIG_BLOCK_VERSION 59
|
||||
#define CONFIG_BLOCK_SIZE 512
|
||||
#define RTC_BLOCK_SIZE 44
|
||||
|
||||
|
@ -357,7 +357,7 @@ static const struct bit_entry hd_bits[] =
|
|||
"remote caption backlight", off_on },
|
||||
#endif
|
||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||
{4, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
|
||||
{6, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
|
||||
#endif
|
||||
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
||||
/* backlight fading */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue