summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/display_options.tex
diff options
context:
space:
mode:
authorMichael DiFebbo <medifebbo@rockbox.org>2006-03-29 14:52:32 +0000
committerMichael DiFebbo <medifebbo@rockbox.org>2006-03-29 14:52:32 +0000
commit0fec4711d5ba5fff1b321568fb45651e11d79b08 (patch)
tree086a5c3a3b5625443d7694aa3348419455caceba /manual/configure_rockbox/display_options.tex
parent3db81328cfbaf476c8733b9a30fc2806baa1b671 (diff)
downloadrockbox-0fec4711d5ba5fff1b321568fb45651e11d79b08.tar.gz
rockbox-0fec4711d5ba5fff1b321568fb45651e11d79b08.zip
Correct compiler errors from last commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/configure_rockbox/display_options.tex')
-rwxr-xr-xmanual/configure_rockbox/display_options.tex12
1 files changed, 7 insertions, 5 deletions
diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex
index db42b1dffb..3ce5845665 100755
--- a/manual/configure_rockbox/display_options.tex
+++ b/manual/configure_rockbox/display_options.tex
@@ -22,9 +22,9 @@
22 The amount of time that the backlight will take to fade from on to off after a button is pressed. If set to "Off" the backlight will turn off immediately, with no fade out. Can also be set to 500kms, 1s, 2s, 3s, 4s, 5s or 10s. 22 The amount of time that the backlight will take to fade from on to off after a button is pressed. If set to "Off" the backlight will turn off immediately, with no fade out. Can also be set to 500kms, 1s, 2s, 3s, 4s, 5s or 10s.
23 } 23 }
24 \item \textbf{Brightness:} 24 \item \textbf{Brightness:}
25 Changes the contrast of your LCD display. 25 Changes the contrast of your LCD display.
26 \item \textbf{First keypress enables backlight on:} 26 \item \textbf{First keypress enables backlight on:}
27 This controls what happens when you press a button while the backlight is turned off. If this setting is set to YES, the first keypress will light up the backlight, but have no other effect. If this setting is set to NO, the first keypress will light up the backlight \textbf{and} engage the function of the key that is pressed. 27 This controls what happens when you press a button while the backlight is turned off. If this setting is set to YES, the first keypress will light up the backlight, but have no other effect. If this setting is set to NO, the first keypress will light up the backlight \textbf{and} engage the function of the key that is pressed.
28 \item \textbf{Contrast:} Changes the contrast of your LCD display. \textbf{Warning:} Setting the contrast too dark or too light can make it hard to find this menu option again! 28 \item \textbf{Contrast:} Changes the contrast of your LCD display. \textbf{Warning:} Setting the contrast too dark or too light can make it hard to find this menu option again!
29 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodnano,ipodcolour,ipodvideo}{ 29 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodnano,ipodcolour,ipodvideo}{
30 \item \textbf{LCD Mode}: This setting lets you invert the whole screen, so now you get a black background and light text and graphics. 30 \item \textbf{LCD Mode}: This setting lets you invert the whole screen, so now you get a black background and light text and graphics.
@@ -41,7 +41,7 @@
41 } 41 }
42 \end{itemize} 42 \end{itemize}
43 43
44 \opt{h100,h300}{ 44 \opt{h1xx,h300,x5}{
45 \item \textbf{Remote-LCD Settings} 45 \item \textbf{Remote-LCD Settings}
46 This submenu contains settings that relate to the display of the \dap. 46 This submenu contains settings that relate to the display of the \dap.
47 \begin{itemize} 47 \begin{itemize}
@@ -61,7 +61,8 @@
61 \item \textbf{Upside Down: } 61 \item \textbf{Upside Down: }
62 Displays the screen so that the top of the display is nearest the buttons. This is sometimes useful when carrying the \dap\ in a pocket for easy access to the headphone socket. 62 Displays the screen so that the top of the display is nearest the buttons. This is sometimes useful when carrying the \dap\ in a pocket for easy access to the headphone socket.
63 } 63 }
64 \end{itemize} 64 \end{itemize}
65 }
65 \item \textbf{Scrolling} 66 \item \textbf{Scrolling}
66 This feature controls how text will scroll in Rockbox. You can configure the following parameters: 67 This feature controls how text will scroll in Rockbox. You can configure the following parameters:
67 \begin{itemize} 68 \begin{itemize}
@@ -114,4 +115,5 @@
114 \end{itemize} 115 \end{itemize}
115 } 116 }
116 \item \textbf{Default Codepage: }(TODO). 117 \item \textbf{Default Codepage: }(TODO).
117 \end{itemize} \ No newline at end of file 118 \end{itemize}
119 \ No newline at end of file