summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/advanced_topics/main.tex29
-rw-r--r--manual/platform/h300.tex1
-rw-r--r--manual/platform/ipodcolor.tex1
-rw-r--r--manual/platform/ipodnano.tex1
-rw-r--r--manual/platform/ipodvideo.tex1
-rw-r--r--manual/platform/x5.tex1
6 files changed, 21 insertions, 13 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 59d86be3a5..ca528fb0ea 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -188,19 +188,22 @@ displaying images:
188 your display. 188 your display.
189 } 189 }
190\end{enumerate} 190\end{enumerate}
191Example: 191
192\begin{verbatim} 192Example:\\
193%X|background.bmp| 193\opt{HAVE_LCD_COLOR}{
194%x|a|static_icon.bmp|50|50| 194 \config{\%X|background.bmp|}\\
195%xl|b|rep_off.bmp|16|64| 195}
196%xl|c|rep_all.bmp|16|64| 196\config{
197%xl|d|rep_one.bmp|16|64| 197 \%x|a|static\_icon.bmp|50|50|\\
198%xl|e|rep_shuffle.bmp|16|64| 198 \%xl|b|rep\_off.bmp|16|64|\\
199%?mm<%xdb|%xdc|%xdd|%xde> 199 \%xl|c|rep\_all.bmp|16|64|\\
200\end{verbatim} 200 \%xl|d|rep\_one.bmp|16|64|\\
201This example loads and displays a background image, and preloads four other 201 \%xl|e|rep\_shuffle.bmp|16|64|\\
202images at the same x and y position. Which image to display is determined by 202 \%?mm<\%xdb|\%xdc|\%xdd|\%xde>\\
203the \%mm tag (the repeat mode). 203}
204\opt{HAVE_LCD_COLOR}{This example loads and displays a background image.} Four
205images at the same x and y position are preloaded. Which image to display is
206determined by the \%mm tag (the repeat mode).
204 207
205\subsubsection{Example File} 208\subsubsection{Example File}
206\begin{verbatim} 209\begin{verbatim}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 5fa549a145..136122e290 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -6,6 +6,7 @@
6\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
7\edef\UseOption{\UseOption,SWCODEC} 7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IRIVER_H300_PAD} 8\edef\UseOption{\UseOption,IRIVER_H300_PAD}
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9 10
10\newcommand{\playerman}{Iriver} 11\newcommand{\playerman}{Iriver}
11\newcommand{\playertype}{H3xx} 12\newcommand{\playertype}{H3xx}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index ed6094f52e..3a245bbb22 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -4,6 +4,7 @@
4\edef\UseOption{\UseOption,CONFIG_RTC} 4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_4G_PAD} 6\edef\UseOption{\UseOption,IPOD_4G_PAD}
7\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
7 8
8\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
9\newcommand{\playertype}{Color} 10\newcommand{\playertype}{Color}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index 4dcbc06e05..0173652e1f 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -4,6 +4,7 @@
4\edef\UseOption{\UseOption,CONFIG_RTC} 4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_4G_PAD} 6\edef\UseOption{\UseOption,IPOD_4G_PAD}
7\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
7 8
8\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
9\newcommand{\playertype}{Nano} 10\newcommand{\playertype}{Nano}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 490d7b8541..6611f7538c 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -4,6 +4,7 @@
4\edef\UseOption{\UseOption,CONFIG_RTC} 4\edef\UseOption{\UseOption,CONFIG_RTC}
5\edef\UseOption{\UseOption,SWCODEC} 5\edef\UseOption{\UseOption,SWCODEC}
6\edef\UseOption{\UseOption,IPOD_4G_PAD} 6\edef\UseOption{\UseOption,IPOD_4G_PAD}
7\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
7 8
8\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
9\newcommand{\playertype}{Video} 10\newcommand{\playertype}{Video}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index d0ce41d860..0981d0b374 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -6,6 +6,7 @@
6\edef\UseOption{\UseOption,CONFIG_RTC} 6\edef\UseOption{\UseOption,CONFIG_RTC}
7\edef\UseOption{\UseOption,SWCODEC} 7\edef\UseOption{\UseOption,SWCODEC}
8\edef\UseOption{\UseOption,IAUDIO_X5_PAD} 8\edef\UseOption{\UseOption,IAUDIO_X5_PAD}
9\edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9 10
10\newcommand{\playerman}{Iaudio} 11\newcommand{\playerman}{Iaudio}
11\newcommand{\playertype}{X5} 12\newcommand{\playertype}{X5}