diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-02-16 14:08:12 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-03-27 19:50:47 +0000 |
| commit | 71ee4b44ec50aa7b0f8c2c7ef46254059ab87ed7 (patch) | |
| tree | 9d3a76e1ab12006fa5c0e6d43a600a623f7856cc | |
| parent | 9cb9f763a947def480a943796d8dd9409b6f5b98 (diff) | |
| download | rockbox-71ee4b44ec50aa7b0f8c2c7ef46254059ab87ed7.zip rockbox-71ee4b44ec50aa7b0f8c2c7ef46254059ab87ed7.tar.gz rockbox-71ee4b44ec50aa7b0f8c2c7ef46254059ab87ed7.tar.bz2 rockbox-71ee4b44ec50aa7b0f8c2c7ef46254059ab87ed7.tar.xz | |
HDD1630: enable backlight fading.
Change-Id: I767cab4ab51c17a262519d56d0a3071d3c7bbe16
| -rw-r--r-- | firmware/export/config/gogearhdd1630.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd1630.h b/firmware/export/config/gogearhdd1630.h index 19ddeb6..1522a88 100644 --- a/firmware/export/config/gogearhdd1630.h +++ b/firmware/export/config/gogearhdd1630.h @@ -121,7 +121,7 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT #define HAVE_BACKLIGHT_BRIGHTNESS -/* #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING */ +#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 |