summaryrefslogtreecommitdiff
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 @@
28 beginning so that the display can be read to see song information. The 28 beginning so that the display can be read to see song information. The
29 amount of time is determined by the value of the backlight timeout 29 amount of time is determined by the value of the backlight timeout
30 setting, but is no less than 5 seconds. 30 setting, but is no less than 5 seconds.
31 \opt{backlight_fade_pwm}{ 31 \opt{backlight_fade_int}{
32 \item[Backlight Fade In:] 32 \item[Backlight Fade In:]
33 The amount of time that the backlight will take to fade from off to on 33 The amount of time that the backlight will take to fade from off to on
34 after a button is pressed. If set to \setting{Off} the backlight will 34 after a button is pressed. If set to \setting{Off} the backlight will
@@ -41,14 +41,14 @@
41 fade out. Other valid values: \setting{500ms}, \setting{1s}, 41 fade out. Other valid values: \setting{500ms}, \setting{1s},
42 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}. 42 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}.
43 } 43 }
44 \opt{backlight_fade_sw}{ 44 \opt{backlight_fade_bool}{
45 \item[Backlight Fade In:] 45 \item[Backlight Fade In:]
46 This options turns on smooth backlight fading when the backlight is 46 This options turns on smooth backlight fading when the backlight is
47 activated. The fading time is dependent on the brightness level you 47 turning on. The fading time may dependent on the brightness level you
48 have chosen. If it is turned off, the backlight will turn on immediately. 48 have chosen. If it is turned off, the backlight will turn on immediately.
49 \item[Backlight Fade Out:] 49 \item[Backlight Fade Out:]
50 This options turns on smooth backlight fading when the backlight is 50 This options turns on smooth backlight fading when the backlight is
51 deactivated. The fading time is dependent on the brightness level you 51 turning off. The fading time may dependent on the brightness level you
52 have chosen. If it is turned off, the backlight will turn off immediately. 52 have chosen. If it is turned off, the backlight will turn off immediately.
53 } 53 }
54 \item[First Keypress Enables Backlight Only:] 54 \item[First Keypress Enables Backlight Only:]