summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-20 16:20:58 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-20 16:20:58 +0000
commit87b2ad14c7f4800a7e05c61de22a47f8f4df9d57 (patch)
tree8bf685b9b4aa7a4af2fa9a84d11e27e7f77b8631 /manual/advanced_topics/main.tex
parentf531adc3121704d3c3a8ce4b580551aa8691236c (diff)
downloadrockbox-87b2ad14c7f4800a7e05c61de22a47f8f4df9d57.tar.gz
rockbox-87b2ad14c7f4800a7e05c61de22a47f8f4df9d57.zip
Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
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}