From 0eb5dc649f34ca136d0160bf5d43961a2c3cea05 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 20 Apr 2009 01:41:56 +0000 Subject: beginings of a working touchscreen interface for the WPS. 2 new tags: %T|x|y|width|height|action| <- setup a region (relative to the current viewport) where if pressed the "action" will be done (currently play/stop/prev/next/menu/browse work, suggestions for others to add and better names welcome) %Tl <- used as a conditional to say if the touchscreen was touched in the last , use this to enable/disable button viewports or something... same syntax as other timeout tags cabbiev2 for the mr500 has been modified to demonstrate the new tags. press the pause/play button to pause playback. press the rockbox logo to get back to the menu. pretty icons needed to make this more usable :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20753 a1c6a512-1295-4272-9138-f99709370657 --- wps/cabbiev2.320x240x16.mrobe500.wps | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 wps/cabbiev2.320x240x16.mrobe500.wps (limited to 'wps/cabbiev2.320x240x16.mrobe500.wps') diff --git a/wps/cabbiev2.320x240x16.mrobe500.wps b/wps/cabbiev2.320x240x16.mrobe500.wps new file mode 100644 index 0000000000..222f51bc41 --- /dev/null +++ b/wps/cabbiev2.320x240x16.mrobe500.wps @@ -0,0 +1,47 @@ +# cabbie 2.0 default +# (C) 2007, Johannes Voggenthaler (Zinc Alloy) +#derived from "cabbie" (C) Yohann Misquitta +%wd +%T|286|207|24|24|play| +%T|0|207|84|24|menu| +%X|wpsbackdrop-320x240x16.bmp| +%xl|A|lock-320x240x16.bmp|91|207|2| +%xl|B|battery-320x240x16.bmp|126|207|10| +%xl|C|volume-320x240x16.bmp|177|207|10| +%xl|D|shuffle-320x240x16.bmp|218|211| +%xl|E|repeat-320x240x16.bmp|261|207|4| +%xl|F|playmode-320x240x16.bmp|286|207|5| +%Cl|16|32|s120|s120| +%pb|pb-320x240x16.bmp|10|162|300|15| +%?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|%xdFc|%xdFb|%xdFd|%xdFe> +%?C<%Vda%C|%Vdb> +#NowPlaying + +%Vl|a|153|30|-|130|1|-|-| +%s%al%?it<%it|%fn> +%s%al%?ia<%ia|%?d2<%d2|(root)>> +%s%al%?id<%id|%?d1<%d1|(root)>> +#%s%al%iy + +%s%alNext Track: +%s%al%?It<%It|%Fn> +%s%al%Ia + +%Vl|b|0|30|-|130|1|-|-| +%s%ac%?it<%it|%fn> +%s%ac%?ia<%ia|%?d2<%d2|(root)>> +%s%ac%?id<%id|%?d1<%d1|(root)>> +%s%ac%iy + +%acNext Track: +%s%ac%?It<%It|%Fn> +%s%ac%Ia + +%V|0|180|-|20|1|-|-| +%al %pc%ac%pp of %pe%ar%pr + -- cgit v1.2.3