summaryrefslogtreecommitdiff
path: root/wps/cabbiev2.128x128x16.wps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-06-23 07:32:27 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-06-23 07:32:27 +0000
commitef9c9d6354bbe1ca28f22c913666800ccf4b3d41 (patch)
tree717841e278e6021ceaf64da2f067b2ca38d38fa2 /wps/cabbiev2.128x128x16.wps
parent082f50b9478b4b6ca91b89b6649f93e272b614b9 (diff)
replace %m from all svn WPS with use conditional viewports.
One thing I forgot to mention in the cond vp commit... if any viewports are defined in a WPS, it wont let you display text in the default viewport (the one which has everything up untill the first %V..) You should only use that viewport for image placement git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17761 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps/cabbiev2.128x128x16.wps')
-rw-r--r--wps/cabbiev2.128x128x16.wps36
1 files changed, 25 insertions, 11 deletions
diff --git a/wps/cabbiev2.128x128x16.wps b/wps/cabbiev2.128x128x16.wps
index 99cda7b93a..ae99889032 100644
--- a/wps/cabbiev2.128x128x16.wps
+++ b/wps/cabbiev2.128x128x16.wps
@@ -11,20 +11,34 @@
%xl|F|playmode-128x128x16.bmp|111|110|5|
%Cl|4|12|s60|s60|
%pb|pb-128x128x16.bmp|3|87|122|6|
-#NowPlaying
-%?C<%s%m|70|%al%?it<%it|%fn>|%s%ac%?it<%it|%fn>>
-%?C<%s%m|70|%al%?ia<%ia|%?d2<%d2|(root)>>|%s%ac%?ia<%ia|%?d2<%d2|(root)>>>
-%?C<%s%m|70|%al%?id<%id|%?d1<%d1|(root)>>|%s%ac%?id<%id|%?d1<%d1|(root)>>>
-%?C<%s%m|70|%al%iy|%s%ac%iy>
-
-%s%acNext:%?It<%It|%Fn>
-
-%al %pc%ac%pp of %pe%ar%pr
-
+# images all in the default viewport
%?mh<%xdAa|%xdAb>
%?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>>
%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj>
%?ps<%xdD>
%?mm<|%xdEa|%xdEb|%xdEc|%xdEd>
%?mp<%xdFa|%xdFb|%xdFc|%xdFd|%xdFe>
-%?C<%C>
+
+%?C<%C%Vda|%Vdb>
+
+
+#NowPlaying - with AA
+%Vl|a|70|12|-|50|1|-|-|
+%s%al%?it<%it|%fn>
+%s%al%?ia<%ia|%?d2<%d2|(root)>>
+%s%al%?id<%id|%?d1<%d1|(root)>>
+%s%al%iy
+
+#NowPlaying - without AA
+%Vl|b|0|12|-|50|1|-|-|
+%s%ac%?it<%it|%fn>
+%s%ac%?ia<%ia|%?d2<%d2|(root)>>
+%s%ac%?id<%id|%?d1<%d1|(root)>>
+%s%ac%iy
+
+#next and playlist
+%V|0|70|-|-|1|-|-|
+%s%acNext:%?It<%It|%Fn>
+
+%al %pc%ac%pp of %pe%ar%pr
+