1
0
Fork 0
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:
Marcoen Hirschberg 2006-12-31 02:44:53 +00:00
parent d2d695fc34
commit c390620439

View file

@ -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 */