summaryrefslogtreecommitdiffstats
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-08-14 10:30:42 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-08-14 10:30:42 +0000
commitc4bdf20197a29ba33f28802b15ef2855910bb174 (patch)
tree82cfc9258129821f57298446337fb6916ec9d17b /manual/advanced_topics/main.tex
parent37bd35d667b9601567667abe5d2319cd2921f0c6 (diff)
downloadrockbox-c4bdf20197a29ba33f28802b15ef2855910bb174.tar.gz
rockbox-c4bdf20197a29ba33f28802b15ef2855910bb174.zip
Manual: some cosmetic changes in phrasing as well as code... fix typos and RAS syndrome, correct use of dap{} and {daps}.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 9a5c53a0f7..ef0d22409e 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -221,11 +221,15 @@ are discussed below.
\item Lines beginning with \# are comments and will be ignored.
\end{itemize}
-\note{Keep in mind that your \dap{} resolution is \dapdisplaysize{} (with
+\note{Keep in mind that your \daps{} resolution is \dapdisplaysize{} (with
the last number giving the colour depth in bits) when
designing your own WPS, or if you use a WPS designed for another target.
\opt{HAVE_REMOTE_LCD}{The resolution of the remote is
- \opt{h100,h300}{128$\times$64$\times$1}\opt{x5,m5}{128$\times$96$\times$2} pixels.}}
+ \opt{h100,h300}{128$\times$64$\times$1}%
+ \opt{iaudiox5,iaudiom5,iaudiom3}{128$\times$96$\times$2}
+ pixels.
+ }
+}
\nopt{lcd_charcell}{
\subsubsection{\label{ref:Viewports}Viewports}