summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
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/wps_tags.tex
parent0aa2fcb3b66b7281dc1dedd954d98b005bd4f1b5 (diff)
downloadrockbox-77a78ee8f4927258ae8778435200c61a41a68db2.tar.gz
rockbox-77a78ee8f4927258ae8778435200c61a41a68db2.zip
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/wps_tags.tex')
-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 7752ae9ca3..5b3549d2ab 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.
69 \opt{lcd_color}{% 69 \opt{lcd_color}{%
70 \config{\%V(x,y,[width],\tabnlindent[height],[font])}\newline 70 \config{\%V(x,y,[width],\tabnlindent[height],[font])}\newline
71 \config{\%Vf([fgcolour])}\newline 71 \config{\%Vf([fgcolour])}\newline
72 \config{\%Vb([bgcolour])} 72 \config{\%Vb([bgcolour])}\newline
73 \config{\%Vg(start,end \tabnlindent[,text])}
73 & See section \ref{ref:Viewports}\\} 74 & See section \ref{ref:Viewports}\\}
74 75
76 \opt{lcd_non-mono}{%
77 \config{\%Vs(mode[,param])}
78 & See section \ref{ref:Viewports}\\}
79
75 \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later 80 \config{\%Vl('identifier',\newline\dots)} & Preloads a viewport for later
76 display. `identifier' is a single lowercase letter (a-z) and the `\dots' 81 display. `identifier' is a single lowercase letter (a-z) and the `\dots'
77 parameters use the same logic as the \%V tag explained above.\\ 82 parameters use the same logic as the \%V tag explained above.\\