From f8d367be947089ee0dc38d5c52fe6b40215474d2 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Tue, 25 Feb 2014 20:09:57 +0000 Subject: Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me. Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154 --- wps/cabbiev2.128x96x16.wps | 75 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 wps/cabbiev2.128x96x16.wps (limited to 'wps/cabbiev2.128x96x16.wps') diff --git a/wps/cabbiev2.128x96x16.wps b/wps/cabbiev2.128x96x16.wps new file mode 100644 index 0000000000..d245d91293 --- /dev/null +++ b/wps/cabbiev2.128x96x16.wps @@ -0,0 +1,75 @@ +# Cabbie v2.0 +# (C) 2007-2014 The Authors (see /rockbox/wps/AUTHORS) +# Derived from "cabbie" (C) Yohann Misquitta +# +# Disable Status Bar +%wd +# +# Load Backdrop +%X(wpsbackdrop-128x96x16.bmp) +# +# Preload Images +%xl(A,lock-96x96x16.bmp,0,0,2) +%xl(B,battery-96x96x16.bmp,0,0,10) +%xl(C,volume-96x96x16.bmp,0,0,10) +%xl(D,shuffle-96x96x16.bmp,0,0) +%xl(E,repeat-96x96x16.bmp,0,0,4) +%xl(F,playmode-96x96x16.bmp,0,0,5) +# +# Album Art/Info Viewport Conditional +%?C<%Vd(a)|%Vd(b)> +# +# Progress Bar +%V(3,65,122,5,-) +%pb(0,0,122,5,pb-128x96x16.bmp) +# +# Hold +%V(3,85,13,10,-) +%?mh<%xd(Aa)|%xd(Ab)> +# +# Battery +%V(23,85,19,10,-) +%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> +# +# Volume +%V(51,85,14,10,-) +%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> +# +# Shuffle +%V(74,85,20,10,-) +%?ps<%xd(D)> +# +# Repeat +%V(97,85,8,10,-) +%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> +# +# Playmode +%V(111,85,11,10,-) +%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> +# +# Next Track Info +%V(3,56,122,12,-) +%s%ac%Sx(Next:) %?It<%It|%Fn> +# +# Time Elapsed/Remaining +%V(3,73,122,12,1) +%al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr +# +# Album Art +%ax%Vl(a,4,10,45,45,-) +%Cl(0,0,45,45,c,c) +%Cd +# +# Track Info - Album Art +%ax%Vl(a,51,12,-,34,1) +%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%?iy<%iy> +# +# Track Info - No Album Art +%Vl(b,0,12,-,34,1) +%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%?iy<%iy> -- cgit v1.2.3