From 13cc654ceace5ead037b6494813c79a73b0add3e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 15 May 2009 06:02:50 +0000 Subject: More touchscreen additions, quickscreen, browser, context menu, skip fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.) icons by Johannes Voggenthaler pitch screen icon is there but not used because that screen isnt fixed for the touhscreen yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20939 a1c6a512-1295-4272-9138-f99709370657 --- wps/cabbiev2.320x240x16.mrobe500.wps | 23 +++++++++++++++++++++++ wps/cabbiev2/browser-320x240x16.bmp | Bin 0 -> 2632 bytes wps/cabbiev2/context-320x240x16.bmp | Bin 0 -> 1896 bytes wps/cabbiev2/ff-320x240x16.bmp | Bin 0 -> 1712 bytes wps/cabbiev2/pitch-320x240x16.bmp | Bin 0 -> 1252 bytes wps/cabbiev2/quick-320x240x16.bmp | Bin 0 -> 1976 bytes wps/cabbiev2/rew-320x240x16.bmp | Bin 0 -> 1712 bytes 7 files changed, 23 insertions(+) create mode 100644 wps/cabbiev2/browser-320x240x16.bmp create mode 100644 wps/cabbiev2/context-320x240x16.bmp create mode 100644 wps/cabbiev2/ff-320x240x16.bmp create mode 100644 wps/cabbiev2/pitch-320x240x16.bmp create mode 100644 wps/cabbiev2/quick-320x240x16.bmp create mode 100644 wps/cabbiev2/rew-320x240x16.bmp (limited to 'wps') diff --git a/wps/cabbiev2.320x240x16.mrobe500.wps b/wps/cabbiev2.320x240x16.mrobe500.wps index 56613ecfa1..ad66fbb02b 100644 --- a/wps/cabbiev2.320x240x16.mrobe500.wps +++ b/wps/cabbiev2.320x240x16.mrobe500.wps @@ -13,6 +13,10 @@ %xl|D|shuffle-320x240x16.bmp|218|211| %xl|E|repeat-320x240x16.bmp|261|207|4| %xl|F|playmode-320x240x16.bmp|286|207|5| + +# toggle the touchscreen button viewport +%?Tl2.5<%Vdt|%Vdu> + %Cl|16|32|s120|s120| %pb|pb-320x240x16.bmp|10|162|300|15| %?mh<%xdAa|%xdAb> @@ -47,3 +51,22 @@ %V|0|180|-|20|1|-|-| %al %pc%ac%pp of %pe%ar%pr +#viewport for the touch icons +%xl|G|browser-320x240x16.bmp|5|5| +%xl|I|pitch-320x240x16.bmp|50|5| +%xl|H|context-320x240x16.bmp|80|5| +%xl|J|quick-320x240x16.bmp|110|5| +%xl|K|rew-320x240x16.bmp|150|5| +%xl|L|ff-320x240x16.bmp|175|5| + +%Vl|t|0|74|-|30|1|-|-| +%xdG %xdH %xdI %xdJ %xdK %xdL +%T|0|5|37|24|browse| +#%T|50|5|24|24|pitch| +%T|80|5|24|24|contextmenu| +%T|110|5|24|24|quickscreen| +%T|150|5|24|24|prev| +%T|175|5|24|24|next| + +%Vl|u|0|74|-|30|1|-|-| +#purposly left blank diff --git a/wps/cabbiev2/browser-320x240x16.bmp b/wps/cabbiev2/browser-320x240x16.bmp new file mode 100644 index 0000000000..c912784f16 Binary files /dev/null and b/wps/cabbiev2/browser-320x240x16.bmp differ diff --git a/wps/cabbiev2/context-320x240x16.bmp b/wps/cabbiev2/context-320x240x16.bmp new file mode 100644 index 0000000000..fc0ad735c4 Binary files /dev/null and b/wps/cabbiev2/context-320x240x16.bmp differ diff --git a/wps/cabbiev2/ff-320x240x16.bmp b/wps/cabbiev2/ff-320x240x16.bmp new file mode 100644 index 0000000000..c733da1540 Binary files /dev/null and b/wps/cabbiev2/ff-320x240x16.bmp differ diff --git a/wps/cabbiev2/pitch-320x240x16.bmp b/wps/cabbiev2/pitch-320x240x16.bmp new file mode 100644 index 0000000000..4b843783a2 Binary files /dev/null and b/wps/cabbiev2/pitch-320x240x16.bmp differ diff --git a/wps/cabbiev2/quick-320x240x16.bmp b/wps/cabbiev2/quick-320x240x16.bmp new file mode 100644 index 0000000000..be723f31a6 Binary files /dev/null and b/wps/cabbiev2/quick-320x240x16.bmp differ diff --git a/wps/cabbiev2/rew-320x240x16.bmp b/wps/cabbiev2/rew-320x240x16.bmp new file mode 100644 index 0000000000..00f6aa0825 Binary files /dev/null and b/wps/cabbiev2/rew-320x240x16.bmp differ -- cgit v1.2.3