summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/advanced_topics/main.tex11
1 files changed, 7 insertions, 4 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index c674a8d908..e40443cb2e 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -48,10 +48,10 @@ file find the instructions on the Rockbox website:
48 layout. There are a number of WPS files included in Rockbox, and you can 48 layout. There are a number of WPS files included in Rockbox, and you can
49 load one of these at anytime by selecting it in 49 load one of these at anytime by selecting it in
50 \setting{General Settings $\rightarrow$ Display $\rightarrow$ Browse .wps files}. 50 \setting{General Settings $\rightarrow$ Display $\rightarrow$ Browse .wps files}.
51 51 \opt{HAVE_REMOTE_LCD}{There is a related option to browse \fname{.rwps}
52\opt{h1xx,h300}{There is a related option to browse \fname{.rwps} files for 52 files for \daps{} with LCD remote controls installed. This will load a
53 \daps\ with LCD remote controls installed. This will load a similar WPS 53 similar WPS screen for the remote but with usually a simpler and more
54 screen for the remote but with usually a simpler and more concise layout.} 54 concise layout.}
55 55
56\note{``Playing'' a \fname{.wps} from the file browser has the same effect.} 56\note{``Playing'' a \fname{.wps} from the file browser has the same effect.}
57 57
@@ -83,6 +83,9 @@ all the tags that are available.
83 loaded and used. 83 loaded and used.
84\end{itemize} 84\end{itemize}
85 85
86\note{Keep in mind that your \dap{} resolution is \genericimg{} when
87 designing your own WPS, or if you use a WPS designed for another target.}
88
86\subsubsection{Conditional Tags} 89\subsubsection{Conditional Tags}
87 90
88\begin{description} 91\begin{description}