summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/wps_tags.tex16
1 files changed, 10 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 2cc15d4e5e..c3f183da86 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -163,12 +163,16 @@ Example: \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textba
163Example: image /.rockbox/bg.bmp with ID "a" at 37, 109 would be:\\ 163Example: image /.rockbox/bg.bmp with ID "a" at 37, 109 would be:\\
164\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar} 164\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}
165 165
166\begin{itemize} 166\note{
167\item \textbf{Note:} The images must be in a rockbox compatible format (1 bit per pixel BMP) 167 \begin{itemize}
168\item \textbf{Note:} The image tag must be on its own line 168 \item The images must be in a rockbox compatible format (1 bit per pixel BMP)
169\item \textbf{Note:} The ID is case sensitive, giving 52 different ID's 169 \item The image tag must be on its own line
170\item \textbf{Note:} The size of the LCD screen for each player varies. See table below for appropriate sizes of each device. The x and y coordinates must repect each of the players' limits. 170 \item The ID is case sensitive, giving 52 different ID's
171\end{itemize} 171 \item The size of the LCD screen for each player varies. See table below
172 for appropriate sizes of each device. The x and y coordinates must
173 repect each of the players' limits.
174 \end{itemize}
175}
172 176
173\subsubsection{Alignment} 177\subsubsection{Alignment}
174 178