summaryrefslogtreecommitdiffstats
path: root/manual/configure_rockbox/display_options.tex
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
committerThomas Martitz <kugel@rockbox.org>2009-01-26 23:21:49 +0000
commit12a0ed3b8dd5d8996abf827115f526e21e838872 (patch)
tree00ec62e04cf0e4bc4ea9c7bc0f5b8893e198c7cd /manual/configure_rockbox/display_options.tex
parent4e1b7bf7286c3994e34ca11f740a2165d9b5a001 (diff)
downloadrockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.tar.gz
rockbox-12a0ed3b8dd5d8996abf827115f526e21e838872.zip
Commit FS#9724, which reworks the preprocessor defines related to backlight fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/display_options.tex')
-rw-r--r--manual/configure_rockbox/display_options.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 048d9b70b6..c5a76e9f0f 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_pwm}{
+ \opt{backlight_fade_int}{
\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,14 +41,14 @@
fade out. Other valid values: \setting{500ms}, \setting{1s},
\setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}.
}
- \opt{backlight_fade_sw}{
+ \opt{backlight_fade_bool}{
\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
+ turning on. The fading time may 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
+ turning off. The fading time may 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:]