summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'manual/configure_rockbox')
-rw-r--r--manual/configure_rockbox/display_options.tex47
1 files changed, 27 insertions, 20 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index dc95534fff..3cc7b5019e 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -127,13 +127,15 @@
127 the following parameters: 127 the following parameters:
128 \begin{description} 128 \begin{description}
129 \item[Scroll Speed:] 129 \item[Scroll Speed:]
130 Controls how many times per second the scrolling text moves a step. 130 Sets how many times per second the automatic horizontal scrolling text
131 will move a step.
131 \item[Scroll Start Delay:] 132 \item[Scroll Start Delay:]
132 Controls how many milliseconds Rockbox should wait before a new 133 Controls how many milliseconds Rockbox should wait before a new
133 text begins scrolling. 134 text begins automatically scrolling.
134 \opt{lcd_bitmap}{ 135 \opt{lcd_bitmap}{
135 \item[Scroll Step Size:] 136 \item[Scroll Step Size:]
136 Controls how many pixels the text scroll should move for each step. 137 Defines the number of pixels the text should move for each step, as used
138 by the Scroll Speed setting.
137 } 139 }
138 \opt{HAVE_REMOTE_LCD}{ 140 \opt{HAVE_REMOTE_LCD}{
139 \item[Remote Scrolling Options:] 141 \item[Remote Scrolling Options:]
@@ -141,24 +143,28 @@
141 mentioned above have on the main LCD. 143 mentioned above have on the main LCD.
142 } 144 }
143 \item[Bidirectional Scroll Limit:] 145 \item[Bidirectional Scroll Limit:]
144 Rockbox has two different scroll methods: always scrolling the text 146 Rockbox has two different automatic horizontal scrolling methods: 1) always
145 to the left and when the line has ended beginning again at the start, 147 scrolling the text to the left until the line has ended and then beginning
146 or moving to the left until you can read the end of the line and scroll 148 again at the start, and 2) moving to the left until you can read the end of
147 right until you see the beginning again. Rockbox chooses which method 149 the line and then scrolling right until you see the beginning again.
148 it should use depending of how much it has to scroll left. This setting 150 Rockbox chooses which method it should use depending of how much it has to
149 lets you tell Rockbox where that limit is, expressed in percentage of 151 scroll to the left. This setting lets you tell Rockbox where that limit
150 line length. 152 is, expressed in percentage of the line length.
151 \opt{lcd_bitmap}{ 153 \opt{lcd_bitmap}{
152 \item[Screen Scrolls Out of View:] 154 \item[Screen Scrolls Out of View:]
153 On lists with long entries that do not fit on the screen using 155 Screens can be manually scrolled horizontally by pressing
154 \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOn+\ButtonRight/ 156 \opt{recorder,recorderv2fm}{\ButtonOn+\ButtonRight/\ButtonLeft}
155 \ButtonLeft}\opt{ondio}{\ButtonMenu+\ButtonRight/\ButtonLeft} 157 \opt{ondio}{\ButtonMenu+\ButtonRight/\ButtonLeft}
156 the complete content will be scrolled right/left. With this option set to 158 \opt{c200,e200,h1xx,h300,ipod1g2g,ipod3g,ipod4g,ipodcolor,ipodmini,ipodnano,
157 \setting{Yes} the lines can scroll out of view. Otherwise the entries 159 ipodvideo,x5,mrobe100,gigabeatf,gigabeats}
158 will only scroll as far as they align to the margins. 160 {Long \ButtonRight/\ButtonLeft}\opt{h10,h10_5gb}{Long \ButtonRew/\ButtonFF}.
161 Setting this option to \setting{Yes}
162 will keep the list entries at their fixed positions and allow them to be
163 scrolled out of view, whereas \setting{No} will only scroll those entries
164 which surpass the right margin.
159 \item[Screen Scroll Step Size:] 165 \item[Screen Scroll Step Size:]
160 Determines how many pixels the text should advance in every click when 166 Defines the number of pixels the horizontal manual screen scroll should move
161 scrolling the screen. 167 for each step.
162 } 168 }
163 \opt{player}{ 169 \opt{player}{
164 \item[Jump Scroll:] 170 \item[Jump Scroll:]
@@ -171,8 +177,9 @@
171 Controls how long the delay is before a page is scrolled. 177 Controls how long the delay is before a page is scrolled.
172 } 178 }
173 \item[Paged Scrolling:] 179 \item[Paged Scrolling:]
174 When enabled scrolling will page up/down instead of changing lines. This 180 When set to \setting{Yes} scrolling vertically on pages that surpass the
175 can be useful on slow displays. 181 screen size will page up/down instead of simply changing lines. This can be
182 useful on slow displays.
176 \end{description} 183 \end{description}
177% 184%
178 \opt{lcd_bitmap}{ 185 \opt{lcd_bitmap}{