summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index d863453e78..a75e2505a8 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -125,7 +125,7 @@ file find the instructions on the Rockbox website:
125 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops} 125 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
126 Rockbox supports showing an image as a backdrop in the \setting{File Browser} 126 Rockbox supports showing an image as a backdrop in the \setting{File Browser}
127 and the menus. The backdrop image must be a \fname{.bmp} file of the exact 127 and the menus. The backdrop image must be a \fname{.bmp} file of the exact
128 same dimensions as the display in your \dap{} (\genericimg{} with the last 128 same dimensions as the display in your \dap{} (\dapdisplaysize{} with the last
129 number giving the colour depth in bits). To use an image as a backdrop browse 129 number giving the colour depth in bits). To use an image as a backdrop browse
130 to it in the \setting{File Browser} and open the \setting{Context Menu} 130 to it in the \setting{File Browser} and open the \setting{Context Menu}
131 (see \reference{ref:Contextmenu}) on it and select the option 131 (see \reference{ref:Contextmenu}) on it and select the option
@@ -221,11 +221,11 @@ are discussed below.
221\item Lines beginning with \# are comments and will be ignored. 221\item Lines beginning with \# are comments and will be ignored.
222\end{itemize} 222\end{itemize}
223 223
224\note{Keep in mind that your \dap{} resolution is \genericimg{} (with 224\note{Keep in mind that your \dap{} resolution is \dapdisplaysize{} (with
225 the last number giving the colour depth in bits) when 225 the last number giving the colour depth in bits) when
226 designing your own WPS, or if you use a WPS designed for another target. 226 designing your own WPS, or if you use a WPS designed for another target.
227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is 227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is
228 \opt{h100,h300}{128x64x1}\opt{x5,m5}{128x96x2} pixels.}} 228 \opt{h100,h300}{128$\times$64$\times$1}\opt{x5,m5}{128$\times$96$\times$2} pixels.}}
229 229
230\nopt{lcd_charcell}{ 230\nopt{lcd_charcell}{
231\subsubsection{\label{ref:Viewports}Viewports} 231\subsubsection{\label{ref:Viewports}Viewports}