diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2014-02-23 22:00:27 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2014-03-27 19:50:47 +0000 |
commit | 65ef2c9b1d07ba52132adad17b0649a77408bf53 (patch) | |
tree | f003409e73d4e73b4321bfb0540bdb9c54996efc /firmware/export/config/gogearhdd6330.h | |
parent | ce28b180b3c0f0dcd61a8845a424be6867d4fff4 (diff) |
HDD6330: enable backlight fading.
Change-Id: I60265237485e5892da2d45af0c44eb0aef40d22a
Diffstat (limited to 'firmware/export/config/gogearhdd6330.h')
-rw-r--r-- | firmware/export/config/gogearhdd6330.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h index c28a2e4dca..dd81f45952 100644 --- a/firmware/export/config/gogearhdd6330.h +++ b/firmware/export/config/gogearhdd6330.h @@ -121,7 +121,9 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT #define HAVE_BACKLIGHT_BRIGHTNESS -/* #define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING */ + +/* Which backlight fading type? */ +#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING /* Main LCD backlight brightness range and defaults */ #define MIN_BRIGHTNESS_SETTING 1 |