diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-11-26 13:17:18 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-11-26 13:17:18 +0000 |
commit | e73383ea324e5f86105cc74983a88452bb261033 (patch) | |
tree | ffe932694549bfb4ab7bfff2b34587f626b35e1b /manual/configure_rockbox | |
parent | 6d498d2831fc5733c7b29c55de27432fc7e47a73 (diff) |
FS#9580 by Thomas Martitz, split the two types of backlight fading into two seperate features and add correct description of the new one based on changing brightness
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19227 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox')
-rw-r--r-- | manual/configure_rockbox/display_options.tex | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 65e2ddfafa..b00dbb4522 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -28,7 +28,7 @@ beginning so that the display can be read to see song information. The amount of time is determined by the value of the backlight timeout setting, but is no less than 5 seconds. - \opt{backlight_fade}{ + \opt{backlight_fade_pwm}{ \item[Backlight Fade In:] The amount of time that the backlight will take to fade from off to on after a button is pressed. If set to \setting{Off} the backlight will @@ -41,6 +41,16 @@ fade out. Other valid values: \setting{500ms}, \setting{1s}, \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}. } + \opt{backlight_fade_sw}{ + \item[Backlight Fade In:] + This options turns on smooth backlight fading when the backlight is + activated. The fading time is dependent on the brightness level you + have chosen. If it is turned off, the backlight will turn on immediately. + \item[Backlight Fade Out:] + This options turns on smooth backlight fading when the backlight is + deactivated. The fading time is dependent on the brightness level you + have chosen. If it is turned off, the backlight will turn off immediately. + } \item[First Keypress Enables Backlight Only:] With this option enabled the first keypress while the backlight is turned off will only turn the backlight on without having any other effect. When |