From 7d4f3a78613e7e41c1b16b882007d54f0119edea Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 8 Feb 2011 21:13:57 +0000 Subject: Add cabbie theme for 800x480 Theme was quickly ported by kugel from 480x800 theme. Still has viewport bugs: Brings up the context menu every time one touches the rew/ff buttons. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29253 a1c6a512-1295-4272-9138-f99709370657 --- wps/cabbiev2.800x480x16.wps | 102 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 wps/cabbiev2.800x480x16.wps (limited to 'wps/cabbiev2.800x480x16.wps') diff --git a/wps/cabbiev2.800x480x16.wps b/wps/cabbiev2.800x480x16.wps new file mode 100644 index 0000000000..7e0dd2ecec --- /dev/null +++ b/wps/cabbiev2.800x480x16.wps @@ -0,0 +1,102 @@ +# cabbie 2.0 +# (C) 2007, Johannes Voggenthaler (Zinc Alloy) +# (C) 2010, Thomas Martitz ported to 800x480 touchscreens +# derived from "cabbie" (C) Yohann Misquitta + +# TODO: +# * images for battery, hold button +%wd +%X(wpsbackdrop-800x480x16.bmp) + +#%xl(A,lock-240x320x16.bmp,11,0,2) +#%xl(B,battery-240x320x16.bmp,46,0,10) + +%Cl(0,0,225,225,c,c) + +%?C<%Vd(c)%?Tl(2.0)<%Vd(t)|%Vd(d)>|%Vd(a)%?Tl(2.0)<%Vd(t)|%Vd(b)>> + +# track & next track info - no AA +%Vl(a,0,79,-,225,-) +# tap on current title info for playlist (ie. where albumart would normally be) +%T(0,0,225,225,playlist) +%Vl(b,0,79,-,225,-) +%s%ac%?it<%it|%fn> +%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> +%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> + +%s%ac%Sx(Next Track:) +%s%ac%?Ia<%Ia|%?D(2)<%D(2)|%(root%)>> - %?It<%It|%Fn> + +# +# album art viewport +# +%Vl(c,58,76,225,225,-) +# tap on the cover art for playlist +%T(0,0,225,225,playlist) +%Cd + +# track & next track info - AA +%Vl(d,309,83,-,211,-) +%s%al%?it<%it|%fn> +%s%al%?ia<%ia|%?d(2)<%d(2)|%(root%)>> +%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>> + +%s%al%Sx(Next Track:) +%s%al%?Ia<%Ia|%?D(2)<%D(2)|%(root%)>> - %?It<%It|%Fn> + +# playtime +%V(30,360,740,36,-) +%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr + +# progressbar and bottom icons +%V(0,323,-,33,-) +%pb(25,0,750,-,pb-800x480x16.bmp) +%T(25,0,750,50,progressbar) + +#%?mh<%xd(Aa)|%xd(Ab)> +#%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> +# volume +%xl(C,volume-800x480x16.bmp,340,78,10) +%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> +%T(340,78,88,60,volume) + +# shuffle +%V(468,415,92,43,-) +%xl(D,shuffle-800x480x16.bmp,0,0) +%?ps<%xd(D)> +%T(0,0,92,43,shuffle) + +# repeat +%V(590,404,50,66,-) +%xl(E,repeat-800x480x16.bmp,0,0,4) +%xd(E, %mm, -1) +%T(0,0,50,66,repmode) + +# playmode +%V(700,402,70,70,-) +%xl(F,playmode-800x480x16.bmp,0,0,5) +%xd(F, %mp) +%T(0,0,70,70,play) +%T(0,0,70,70,&stop) + +# +# popup osd menu +# +%Vl(t,309,83,-,211,-) +%xl(G,popup-800x480x16.bmp,15,20) +%xd(G) +%T(10,10,160,140,browse) +%T(170,10,144,119,quickscreen) +%T(288,10,123,146,contextmenu) + +# +# ff/rewind button +# +%V(166,395,160,75,-) +%xl(H,rew-800x480x16.bmp,0,5) +%xl(I,ff-800x480x16.bmp,80,5) +%xd(H)%xd(I) +%T(0,0,70,75,&rwd) +%T(0,0,70,75,prev) +%T(80,0,70,75,&ffwd) +%T(80,0,70,75,next) -- cgit v1.2.3