summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-31 02:44:53 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-31 02:44:53 +0000
commitc390620439d2c9298c7699aa7abbbf0ed775fbd8 (patch)
tree910d3d922d7185cb25d07bf17952692bf0abbe32 /apps
parentd2d695fc34881aa7cfdfe5a0c2b1772aaf4dac7b (diff)
downloadrockbox-c390620439d2c9298c7699aa7abbbf0ed775fbd8.tar.gz
rockbox-c390620439d2c9298c7699aa7abbbf0ed775fbd8.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 52ad72f9f3..674e1b73f1 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -100,7 +100,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
100#include "eq_menu.h" 100#include "eq_menu.h"
101#endif 101#endif
102 102
103#define CONFIG_BLOCK_VERSION 58 103#define CONFIG_BLOCK_VERSION 59
104#define CONFIG_BLOCK_SIZE 512 104#define CONFIG_BLOCK_SIZE 512
105#define RTC_BLOCK_SIZE 44 105#define RTC_BLOCK_SIZE 44
106 106
@@ -357,7 +357,7 @@ static const struct bit_entry hd_bits[] =
357 "remote caption backlight", off_on }, 357 "remote caption backlight", off_on },
358#endif 358#endif
359#ifdef HAVE_BACKLIGHT_BRIGHTNESS 359#ifdef HAVE_BACKLIGHT_BRIGHTNESS
360 {4, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL }, 360 {6, S_O(brightness), DEFAULT_BRIGHTNESS_SETTING, "brightness", NULL },
361#endif 361#endif
362#ifdef HAVE_BACKLIGHT_PWM_FADING 362#ifdef HAVE_BACKLIGHT_PWM_FADING
363 /* backlight fading */ 363 /* backlight fading */