summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/display_options.tex
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2016-11-22 06:21:31 +0100
committerWilliam Wilgus <me.theuser@yahoo.com>2017-01-17 23:06:17 +0100
commitdc87e9e9f3c383b63c3cb3713886a6c93b6a79d1 (patch)
tree47a6c0d49e7741f91fa74d7230b1267f60617902 /manual/configure_rockbox/display_options.tex
parent16a9f84571276a13f4cfd5c66db8cd63ce4e2e7f (diff)
downloadrockbox-dc87e9e9f3c383b63c3cb3713886a6c93b6a79d1.tar.gz
rockbox-dc87e9e9f3c383b63c3cb3713886a6c93b6a79d1.zip
Selective Backlight/Advanced Softlock - Selective actions based on context
Selective backlight allows the user to choose actions that will not enable the backlight when pressed. Advanced softlock allows user to choose actions that will not be blocked by screenlock on devices without a hold button. Both only occur in FM and WPS Contexts. Update: Back from the dead -Cleaned up code, removed unnecessary calls, re-arranged last filter action timeout conditional to work in case last_filtered_action_tick was never set -Added entries to the manual -Fixed back button on some menus not activating backlight -Made menus more intuitive, no actions selected now changes menu item to off. -Added talk fuctionality. -Added option to disable selective backlight while on external power. -Rewrote backlight and softlock handling code to fix issue with scrollwheels -Menu changed to have toggle(yes/no) and settings -Optimized selective actions lookup -Added option to disable notification of 'buttons locked' while softlocked -Removed uneeded code, consolidated action lookup to single function -Fixed incorrect name on selective softlock menu -Added option to disable touch on touchscreen devices -Fixed backlight on original screenlock without selective screenlock active -Added text selection in mask_select for when show_icons is off -Fixed voice in mask_select to speak if voice is defined instead of spelling -Added more lang defines (play skip seek) -Added option to disable unknown keys turning on backlight -Fixed Conditional argument In wrong place causing players without backlight to fail to build -Fixed Disable Unknown blocking detection of context change -Fixed canceling menu didn't update new settings -Added Autolock on backlight off -Removed backlight_on_force from backlight.c, Now sets ignore next to false and uses backlight_on -Cleaned up autolock code added strings to lang file -Fixed issue where rapid presses would bypass softlock -Removed old softlock code, Cleaned selective actions code -Changed menu to match existing RB menus -Fixed Backlight_on_Hold blocked by backlight_ignore_next -Fixed ignore_next for ipod -Fixed bug allowing context with softlock to bypass selective backlight -Changed mask_select to no longer prompt for changes to be saved -Changed menu names -Added ignore timeout to allow ipod scroll wheel to work properly and other players to still work properly, removed some previous code including ignore_event -Increased ignore timeout to prevent sd card accesses from interrupting action code and turning on backlight -Changed Unknown action to unmapped action in menu, changed handling code -Removed unneeded logic and variables for handling unfiltered actions -Reverted unmapped action code to previous functionality -Added manual entries (thanks JohnB) -Removed elusive unhandled unicode character from manual, changed formatting slightly Actions: Volume,Play,Seek,Skip Extras: Disable unmapped actions Disable selective backlight on external power Disable touch during softlock on touchscreen devices Disable softlock notifications (power button still notifies) Autolock on backlight off Method: Adds a function to ignore backlight on next call If selected action occurs backlight is forced on, Filter_first_keypress stays intact. Selective softlock allows selected actions through, bypasses the normal softlock routine. ToDo: DONE previous commit (#1) has attribution for folder_select.c which mask_select is based from. Change-Id: I08132ddcfd64c81751ef23b720f3ec6d68695fe4
Diffstat (limited to 'manual/configure_rockbox/display_options.tex')
-rwxr-xr-x[-rw-r--r--]manual/configure_rockbox/display_options.tex66
1 files changed, 48 insertions, 18 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index c872f08031..163b1e884c 100644..100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -1,6 +1,6 @@
1% $Id$ % 1% $Id$ %
2\section{\label{ref:Displayoptions}Display} 2\section{\label{ref:Displayoptions}Display}
3 3
4 \begin{description} 4 \begin{description}
5 5
6 \item[LCD Settings.] 6 \item[LCD Settings.]
@@ -32,14 +32,14 @@
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
35 turn on immediately, with no fade in. Can also be set to 35 turn on immediately, with no fade in. Can also be set to
36 \setting{500ms}, \setting{1s} or \setting{2s}. 36 \setting{500ms}, \setting{1s} or \setting{2s}.
37 \item[Backlight Fade Out.] 37 \item[Backlight Fade Out.]
38 Like Backlight fade in, this controls the amount of time that the 38 Like Backlight fade in, this controls the amount of time that the
39 backlight will take to fade from on to off after a button is pressed. If 39 backlight will take to fade from on to off after a button is pressed. If
40 set to \setting{Off} the backlight will turn off immediately, with no 40 set to \setting{Off} the backlight will turn off immediately, with no
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 42 \setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or
43 \setting{10s}. 43 \setting{10s}.
44 } 44 }
45 \opt{backlight_fade_bool}{ 45 \opt{backlight_fade_bool}{
@@ -56,21 +56,51 @@
56 With this option enabled the first keypress while the backlight is turned 56 With this option enabled the first keypress while the backlight is turned
57 off will only turn the backlight on without having any other effect. When 57 off will only turn the backlight on without having any other effect. When
58 disabled the first keypress will \emph{also} perform its appropriate action. 58 disabled the first keypress will \emph{also} perform its appropriate action.
59 59
60 \item[\label{ref:selectivebacklight}Selective Backlight]
61 This option allows some selected actions in While Playing Screen and
62 FM screen to \emph{not} turn on the backlight in order to save power.
63 \begin{description}
64 \item[Enabled.]
65 Enables/disables the feature.
66
67 \item[Settings.]
68 Allows to select actions that will \emph{not} activate backlight.
69 \begin{itemize}
70 \item[Volume.]
71 Volume up/down.
72 \item[Play.]
73 Toggling Play/Pause.
74 \item[Seek.]
75 Seeking in a track.
76 \item[Skip.]
77 Skipping of a track.
78 \item[Disable Unmapped Keys.]
79 Buttons that have no action assigned and accidental button
80 combinations don't turn on backlight.
81 \item[Disable on External Power.]
82 When plugged goes back to regular behavior.
83 \end{itemize}
84 Selected actions are indicated by a leading +.
85 Note: If all options get de-selected, the entire feature is disabled.
86 \end{description}
87
88
89
60 \opt{lcd_sleep}{ 90 \opt{lcd_sleep}{
61 \item[Sleep (After Backlight Off).] 91 \item[Sleep (After Backlight Off).]
62 This setting controls how long rockbox will wait before turning off the 92 This setting controls how long rockbox will wait before turning off the
63 display after the backlight is turned off. Turning off the display 93 display after the backlight is turned off. Turning off the display
64 saves battery power but turning on the display takes noticeably longer 94 saves battery power but turning on the display takes noticeably longer
65 than just turning on the backlight. 95 than just turning on the backlight.
66 } 96 }
67 97
68 \opt{backlight_brightness}{ 98 \opt{backlight_brightness}{
69 \item[Brightness.] 99 \item[Brightness.]
70 Changes the brightness of your LCD display. 100 Changes the brightness of your LCD display.
71 } 101 }
72 } % \opt{HAVE_BACKLIGHT} 102 } % \opt{HAVE_BACKLIGHT}
73 103
74 \opt{lcd_contrast}{ 104 \opt{lcd_contrast}{
75 \item[Contrast.] 105 \item[Contrast.]
76 Changes the contrast of your LCD display. 106 Changes the contrast of your LCD display.
@@ -122,7 +152,7 @@
122 This setting lets you invert the whole screen, so now you get a 152 This setting lets you invert the whole screen, so now you get a
123 black background and light text and graphics. 153 black background and light text and graphics.
124 \item[Upside Down.] 154 \item[Upside Down.]
125 Displays the screen so that the top of the display is nearest 155 Displays the screen so that the top of the display is nearest
126 the buttons. This is sometimes useful when carrying the \dap\ in a 156 the buttons. This is sometimes useful when carrying the \dap\ in a
127 pocket for easy access to the headphone socket. 157 pocket for easy access to the headphone socket.
128 \opt{remote_ticking}{ 158 \opt{remote_ticking}{
@@ -138,7 +168,7 @@
138 the following parameters: 168 the following parameters:
139 \begin{description} 169 \begin{description}
140 \item[Scroll Speed.] 170 \item[Scroll Speed.]
141 Sets how many times per second the automatic horizontal scrolling text 171 Sets how many times per second the automatic horizontal scrolling text
142 will move a step. 172 will move a step.
143 \item[Scroll Start Delay.] 173 \item[Scroll Start Delay.]
144 Controls how many milliseconds Rockbox should wait before a new 174 Controls how many milliseconds Rockbox should wait before a new
@@ -184,23 +214,23 @@
184 useful on slow displays. 214 useful on slow displays.
185 \nopt{scrollwheel}{ 215 \nopt{scrollwheel}{
186 \item[List Acceleration Start Delay.] 216 \item[List Acceleration Start Delay.]
187 This setting enables the acceleration of scroll speed in lists when 217 This setting enables the acceleration of scroll speed in lists when
188 holding \ActionStdPrev{} or \ActionStdNext{}. When set to 218 holding \ActionStdPrev{} or \ActionStdNext{}. When set to
189 \setting{Off} the acceleration is disabled. When any other value is set 219 \setting{Off} the acceleration is disabled. When any other value is set
190 the acceleration will start to accelerate after holding 220 the acceleration will start to accelerate after holding
191 \ActionStdPrev{} or \ActionStdNext{} for the chosen time (in 221 \ActionStdPrev{} or \ActionStdNext{} for the chosen time (in
192 seconds). 222 seconds).
193 \item[List Acceleration Speed.] 223 \item[List Acceleration Speed.]
194 This setting controls how fast the scroll speed accelerates. The scroll 224 This setting controls how fast the scroll speed accelerates. The scroll
195 speed will increase every N seconds. For example, selecting 225 speed will increase every N seconds. For example, selecting
196 \setting{Speed up every 3s} will increase the scroll speed every 3 226 \setting{Speed up every 3s} will increase the scroll speed every 3
197 seconds while \ActionStdPrev{} or \ActionStdNext{} is held. 227 seconds while \ActionStdPrev{} or \ActionStdNext{} is held.
198 } 228 }
199 \end{description} 229 \end{description}
200% 230%
201 \opt{lcd_bitmap}{ 231 \opt{lcd_bitmap}{
202 \item[Peak Meter.] 232 \item[Peak Meter.]
203 The peak meter can be configured with a number of parameters. 233 The peak meter can be configured with a number of parameters.
204 \begin{description} 234 \begin{description}
205 \item[Peak Release.] 235 \item[Peak Release.]
206 This determines how fast the bar shrinks when the music becomes 236 This determines how fast the bar shrinks when the music becomes
@@ -216,7 +246,7 @@
216 \item[Clip Hold Time.] 246 \item[Clip Hold Time.]
217 The number of seconds that the clipping indicator will be visible 247 The number of seconds that the clipping indicator will be visible
218 after clipping is detected. 248 after clipping is detected.
219 \opt{recording}{ 249 \opt{recording}{
220 \item[Clip Counter.] 250 \item[Clip Counter.]
221 Show the number of times the clip indicator went active during 251 Show the number of times the clip indicator went active during
222 recording in front of the peak meters. 252 recording in front of the peak meters.