summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-12-09 17:15:17 +1100
committerJonathan Gordon <rockbox@jdgordon.info>2012-12-09 17:15:17 +1100
commit406a363dde3833984d981eeca571b7d77ade9f89 (patch)
tree85562d606b554dce8d93d3035469659f444e6c10
parent685cf5900825b10c952f36301abbbd9968567435 (diff)
downloadrockbox-406a363dde3833984d981eeca571b7d77ade9f89.tar.gz
rockbox-406a363dde3833984d981eeca571b7d77ade9f89.zip
fix the manual for image wps tags
Change-Id: Ie39dfe2ba13e4c7e84c59f84b786b54dd36ea7fa
-rw-r--r--manual/appendix/wps_tags.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 7551276bdf..2ecd98efc1 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -381,13 +381,13 @@ Examples:
381 }% 381 }%
382 \config{\%x(n,filename[,x,y])} 382 \config{\%x(n,filename[,x,y])}
383 & Load and display an image\newline 383 & Load and display an image\newline
384 \config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\newline 384 \config{n}: image ID for later referencing in \config{\%xd}\newline
385 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline 385 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline
386 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline 386 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline
387 \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\\ 387 \config{y}: y coordinate. (defaults to 0 if both x and y are not specified)\\
388 \config{\%xl(n,filename,[x,y],\tabnlindent[nimages])} 388 \config{\%xl(n,filename,[x,y],\tabnlindent[nimages])}
389 & Preload an image for later display (useful for when your images are displayed conditionally).\newline 389 & Preload an image for later display (useful for when your images are displayed conditionally).\newline
390 \config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\newline 390 \config{n}: image ID for later referencing in \config{\%xd}\newline
391 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline 391 \config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline
392 If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline 392 If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline
393 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline 393 \config{x}: x coordinate (defaults to 0 if both x and y are not specified)\newline
@@ -395,9 +395,9 @@ Examples:
395 \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height) 395 \config{nimages}: (optional) number of sub-images (tiled vertically, of the same height)
396 contained in the bitmap. Default is 1.\\ 396 contained in the bitmap. Default is 1.\\
397 \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image. 397 \config{\%xd(n[i] [,tag] [,offset])} & Display a preloaded image.
398 \config{n}: image ID (a-z and A-Z) as it was specified in \config{\%x} or \config{\%xl}\newline 398 \config{n}: image ID as it was specified in \config{\%x} or \config{\%xl}\newline
399 \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52). 399 \config{i}: (optional) number of the sub-image to display (a-z for 1-26 and A-Z for 27-52).
400 (ignored when \config{tag} is used) 400 (ignored when \config{tag} is used). Only useable if the ID is a single letter.
401 By default the first (i.e. top most) sub-image will be used.\newline 401 By default the first (i.e. top most) sub-image will be used.\newline
402 \config{tag}: (optional) Another tag to calculate the subimage from e.g \config{\%xd(A, \%mh)} would 402 \config{tag}: (optional) Another tag to calculate the subimage from e.g \config{\%xd(A, \%mh)} would
403 use the first subimage when \config{\%mh} is on and the second when it is off\newline 403 use the first subimage when \config{\%mh} is on and the second when it is off\newline
@@ -428,7 +428,7 @@ with image ID ``M'', and then reference the individual sub-images in a condition
428 \begin{itemize} 428 \begin{itemize}
429 \item The images must be in BMP format 429 \item The images must be in BMP format
430 \item The image tag must be on its own line 430 \item The image tag must be on its own line
431 \item The ID is case sensitive, giving 52 different ID's 431 \item The ID is case sensitive
432 \item The size of the LCD screen for each \dap{} varies. See table below 432 \item The size of the LCD screen for each \dap{} varies. See table below
433 for appropriate sizes of each device. The x and y coordinates must 433 for appropriate sizes of each device. The x and y coordinates must
434 respect each of the \daps{} limits. 434 respect each of the \daps{} limits.