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.tex46
-rw-r--r--manual/configure_rockbox/file_view.tex5
-rw-r--r--manual/configure_rockbox/main.tex6
3 files changed, 7 insertions, 50 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index b197481537..a8decd5dbb 100644
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -2,31 +2,7 @@
2\section{\label{ref:Displayoptions}Display} 2\section{\label{ref:Displayoptions}Display}
3 3
4 \begin{description} 4 \begin{description}
5 \nopt{player}{
6 \item[Browse fonts:]
7 Browse the fonts that reside in your \fname{/.rockbox/fonts} directory.
8 Selecting one will activate it. See \reference{ref:Loadingfonts}
9 for further details about fonts.
10 } % \nopt{player}
11 5
12 \item[Browse WPS files:]
13 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
14 displays all \fname{.wps} files. Selecting one will activate it, stop will
15 exit back to the menu. For further information about the WPS see
16 \reference{ref:WPS}. For information about editing a .wps file see
17 \reference{ref:ConfiguringtheWPS}.
18
19 \opt{HAVE_REMOTE_LCD}{
20 \item[Browse RWPS files:]
21 Opens the \setting{File Browser} in the \fname{/.rockbox/wps} directory and
22 displays all \fname{.rwps} files. Selecting one will activate it, stop will
23 exit back to the menu.
24 \note{
25 A \fname{.rwps} file is a special \fname{.wps} file for the remote
26 display.
27 }
28 }
29
30 \item[LCD Settings:] 6 \item[LCD Settings:]
31 This sub menu contains settings that relate to the display of the \dap. 7 This sub menu contains settings that relate to the display of the \dap.
32 \begin{description} 8 \begin{description}
@@ -88,26 +64,8 @@
88 This is sometimes useful when carrying the \dap\ in a pocket for easy 64 This is sometimes useful when carrying the \dap\ in a pocket for easy
89 access to the headphone socket. 65 access to the headphone socket.
90 } % \nopt{ipodcolor,ipodnano.ipodvideo} 66 } % \nopt{ipodcolor,ipodnano.ipodvideo}
91 67
92 \item[Line Selector:] 68
93 This option allows you to select whether the line selector is a bar
94 of inverted text (\setting{Bar (inverse)} option) or a small arrow to the
95 left of the menu text (\setting{Pointer} option).
96
97 \nopt{archos}{%
98 \item[Clear Backdrop:]
99 Rockbox allows you to select bitmap pictures to use as backdrops,
100 see \reference{ref:LoadingBackdrops} for further information.
101 This option allows you to clear the backdrops that you set.
102 }%
103 \opt{HAVE_LCD_COLOR}{
104 \item[Background Colour:]
105 Sets the background colour for the LCD display.
106 \item[Foreground Colour:]
107 Sets the colour used for text and icons.
108 \item[Reset Colours:]
109 Resets the LCD display to Rockbox's default colours.
110 }
111 } % \opt{HAVE_LCD_BITMAP} 69 } % \opt{HAVE_LCD_BITMAP}
112 \end{description} 70 \end{description}
113% 71%
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex
index 8bd5b9f5d0..6e74719274 100644
--- a/manual/configure_rockbox/file_view.tex
+++ b/manual/configure_rockbox/file_view.tex
@@ -56,11 +56,6 @@ displays files.
56 to \setting{No}, when you enter the \setting{File Browser} from the WPS, you 56 to \setting{No}, when you enter the \setting{File Browser} from the WPS, you
57 will find yourself in the directory you were in when you last left the 57 will find yourself in the directory you were in when you last left the
58 \setting{File Browser}. 58 \setting{File Browser}.
59
60\item[Show Icons:]
61 Rockbox has the ability to display an icon to the left of the file
62 in the \setting{File Browser}. For details of these icons, please see
63 \reference{ref:Supportedfileformats}.
64 59
65\item[Show Path:] 60\item[Show Path:]
66 If this setting is set to \setting{Full Path} the full path to the current 61 If this setting is set to \setting{Full Path} the full path to the current
diff --git a/manual/configure_rockbox/main.tex b/manual/configure_rockbox/main.tex
index b234892539..aedd622fe3 100644
--- a/manual/configure_rockbox/main.tex
+++ b/manual/configure_rockbox/main.tex
@@ -14,7 +14,11 @@
14 \input{configure_rockbox/bookmarking.tex} 14 \input{configure_rockbox/bookmarking.tex}
15 \input{configure_rockbox/language.tex} 15 \input{configure_rockbox/language.tex}
16 \input{configure_rockbox/voice.tex} 16 \input{configure_rockbox/voice.tex}
17 17
18\chapter{Theme Settings}
19\label{ref:configure_rockbox_themes}
20 \input{configure_rockbox/theme_settings.tex}
21
18\opt{HAVE_RECORDING}{ 22\opt{HAVE_RECORDING}{
19\chapter{Recording Settings} 23\chapter{Recording Settings}
20\label{ref:Recordingsettings} 24\label{ref:Recordingsettings}