summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rwxr-xr-xmanual/configure_rockbox/display_options.tex21
-rw-r--r--manual/plugins/oscilloscope.tex7
-rw-r--r--manual/rockbox_interface/tagcache.tex22
3 files changed, 31 insertions, 19 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index 291ceccf0a..9adffd7095 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -27,8 +27,11 @@
27 This setting is equivalent to the Backlight setting except it applies when 27 This setting is equivalent to the Backlight setting except it applies when
28 the \dap\ is plugged into the charger. 28 the \dap\ is plugged into the charger.
29 \item[Caption Backlight:] 29 \item[Caption Backlight:]
30 This option turns the backlight on for 25 seconds either side of the 30 This option turns on the backlight a number of seconds before the start
31 start of a new track so that the display can be read to see song information. 31 of a new track, and keeps it on for the same number of seconds after the
32 beginning so that the display can be read to see song information. The
33 amount of time is determined by the value of the backlight timeout
34 setting, but is no less than 5 seconds.
32 \opt{h1xx,ipodnano,ipodcolour,ipodvideo}{ 35 \opt{h1xx,ipodnano,ipodcolour,ipodvideo}{
33 \item[Backlight fade in:] 36 \item[Backlight fade in:]
34 The amount of time that the backlight will take to fade from off to on 37 The amount of time that the backlight will take to fade from off to on
@@ -44,8 +47,10 @@
44 With this option enabled the first keypress while the backlight is turned 47 With this option enabled the first keypress while the backlight is turned
45 off will only turn the backlight on without having any other effect. When 48 off will only turn the backlight on without having any other effect. When
46 disabled the first keypress will \emph{also} perform its appropriate action. 49 disabled the first keypress will \emph{also} perform its appropriate action.
47 \item[Brightness:] 50 \opt{h300}{
48 Changes the brightness of your LCD display. 51 \item[Brightness:]
52 Changes the brightness of your LCD display.
53 }
49 \item[Contrast:] 54 \item[Contrast:]
50 Changes the contrast of your LCD display. 55 Changes the contrast of your LCD display.
51 \warn{Setting the contrast too dark or too light can make it hard to 56 \warn{Setting the contrast too dark or too light can make it hard to
@@ -91,9 +96,11 @@
91 \item[Backlight on When Plugged:] 96 \item[Backlight on When Plugged:]
92 This controls the backlight when the \dap\ is plugged into the charger. 97 This controls the backlight when the \dap\ is plugged into the charger.
93 \item[Caption Backlight:] 98 \item[Caption Backlight:]
94 This option turns the backlight on for 25 seconds either side of the 99 This option turns on the backlight a number of seconds before the start
95 start of a new track so that the display can be read to see song 100 of a new track, and keeps it on for the same number of seconds after the
96 information. 101 beginning so that the display can be read to see song information. The
102 amount of time is determined by the value of the backlight timeout
103 setting, but is no less than 5 seconds.
97 \opt{h1xx,ipodnano,ipodcolour,ipodvideo}{ 104 \opt{h1xx,ipodnano,ipodcolour,ipodvideo}{
98 \item[First Keypress Enables Backlight Only:] 105 \item[First Keypress Enables Backlight Only:]
99 This controls what happens when you press a button on your remote 106 This controls what happens when you press a button on your remote
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index 8c4b675729..166bd84fc5 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -2,8 +2,11 @@
2\screenshot{plugins/images/ss-oscilloscope}{Oscilloscope}{img:oscilloscope} 2\screenshot{plugins/images/ss-oscilloscope}{Oscilloscope}{img:oscilloscope}
3 3
4This demo shows the shape of the sound samples that make up the music 4This demo shows the shape of the sound samples that make up the music
5being played. At faster speed rates, the Jukebox is less responsive 5being played.
6to user input and music may start to skip. 6\opt{SWCODEC}{
7 At faster speed rates, the Jukebox is less responsive
8 to user input and music may start to skip.
9}
7 10
8\subsubsection{Keys} 11\subsubsection{Keys}
9 12
diff --git a/manual/rockbox_interface/tagcache.tex b/manual/rockbox_interface/tagcache.tex
index dcfb39ef35..cd39cfc211 100644
--- a/manual/rockbox_interface/tagcache.tex
+++ b/manual/rockbox_interface/tagcache.tex
@@ -14,16 +14,18 @@ create the database from your music files. This typically takes around
14this is happenning. You can even shut down your player and resume the 14this is happenning. You can even shut down your player and resume the
15database building process next time you turn it on. 15database building process next time you turn it on.
16To force the initial database to be built, go to the main menu, then 16To force the initial database to be built, go to the main menu, then
17\setting{General Settings $\rightarrow$ File View $\rightarrow$ Force tag cache update}. 17 \setting{General Settings $\rightarrow$ Playback $\rightarrow$ Force tag cache update}.
18 18
19The Tag Cache database can either be kept on disk (to save memory), or 19\opt{SWCODEC}{
20loaded into RAM (for fast browsing). This configuration option can be 20 The Tag Cache database can either be kept on disk (to save memory), or
21found in \setting{General Settings $\rightarrow$ File View $\rightarrow$ Tag cache}. 21 loaded into RAM (for fast browsing). This configuration option can be
22Once the database has been built, you can browse your music using this 22 found in \setting{General Settings $\rightarrow$ Playback $\rightarrow$ Tag cache}.
23database. To use the database change the show mode by changing the 23 }
24\setting{General Settings $\rightarrow$ File View $\rightarrow$ Show files} option to 24 Once the database has been built, you can browse your music using this
25\setting{ID3 database}. This disables the File Browser and instead of the file 25 database. To use the database change the show mode by changing the
26browser you will now access the database. 26 \setting{General Settings $\rightarrow$ File view $\rightarrow$ Show files} option to
27 \setting{ID3 database}. This disables the File Browser and instead of the file
28 browser you will now access the database.
27% 29%
28\begin{description} 30\begin{description}
29\item[Keeping Tag Cache on disk.] This does not require extra RAM for the 31\item[Keeping Tag Cache on disk.] This does not require extra RAM for the