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"
|
#include "eq_menu.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_BLOCK_VERSION 58
|
#define CONFIG_BLOCK_VERSION 59
|
||||||
#define CONFIG_BLOCK_SIZE 512
|
#define CONFIG_BLOCK_SIZE 512
|
||||||
#define RTC_BLOCK_SIZE 44
|
#define RTC_BLOCK_SIZE 44
|
||||||
|
|
||||||
|
@ -357,7 +357,7 @@ static const struct bit_entry hd_bits[] =
|
||||||
"remote caption backlight", off_on },
|
"remote caption backlight", off_on },
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||||
{4, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
|
{6, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
#ifdef HAVE_BACKLIGHT_PWM_FADING
|
||||||
/* backlight fading */
|
/* backlight fading */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue