summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2011-08-19 11:43:51 +0000
committerAlex Parker <rockbox@aeparker.com>2011-08-19 11:43:51 +0000
commit77a78ee8f4927258ae8778435200c61a41a68db2 (patch)
treee57328ef9406751eb6343edc3356c09dbe470e2d /manual/appendix
parent0aa2fcb3b66b7281dc1dedd954d98b005bd4f1b5 (diff)
downloadrockbox-77a78ee8f4927258ae8778435200c61a41a68db2.zip
rockbox-77a78ee8f4927258ae8778435200c61a41a68db2.tar.gz
rockbox-77a78ee8f4927258ae8778435200c61a41a68db2.tar.bz2
rockbox-77a78ee8f4927258ae8778435200c61a41a68db2.tar.xz
Manual: add %Vg and %Vs tags. Closes FS#12230.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/wps_tags.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 7752ae9..5b3549d 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -69,9 +69,14 @@ show the information for the next song to be played.
\opt{lcd_color}{%
\config{\%V(x,y,[width],\tabnlindent[height],[font])}\newline
\config{\%Vf([fgcolour])}\newline
- \config{\%Vb([bgcolour])}
+ \config{\%Vb([bgcolour])}\newline
+ \config{\%Vg(start,end \tabnlindent[,text])}
& See section \ref{ref:Viewports}\\}
-
+
+ \opt{lcd_non-mono}{%
+ \config{\%Vs(mode[,param])}
+ & See section \ref{ref:Viewports}\\}
+
\config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later
display. `identifier' is a single lowercase letter (a-z) and the `\dots'
parameters use the same logic as the \%V tag explained above.\\