From d0ef0671d603dcc2a621c3f593aa7d61fa38324a Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Thu, 5 Jul 2012 23:03:32 +0200 Subject: cabbiev2 fms for 128x128x2 targets Change-Id: Ic269bd5bbc04d1386152f7ac3fb330f504fd4d46 --- wps/cabbiev2-128x128x2.fms | 83 +++++++++++++++++++++++++++++++++ wps/cabbiev2/fmsbackdrop-128x128x2.bmp | Bin 0 -> 17462 bytes 2 files changed, 83 insertions(+) create mode 100644 wps/cabbiev2-128x128x2.fms create mode 100644 wps/cabbiev2/fmsbackdrop-128x128x2.bmp (limited to 'wps') diff --git a/wps/cabbiev2-128x128x2.fms b/wps/cabbiev2-128x128x2.fms new file mode 100644 index 0000000000..c841da7d69 --- /dev/null +++ b/wps/cabbiev2-128x128x2.fms @@ -0,0 +1,83 @@ +# Cabbie 2.0 style radio screen +# (C) 2010, Marcin Bukat +# based on Cabbie 2.0 WPS +# +# Disable Status Bar +%wd +# +# Load Backdrop +%X(fmsbackdrop-128x128x2.bmp) +# +# Preload Images +%xl(lock,lock-160x128x2.bmp,0,0,2) +%xl(battery,battery-160x128x2.bmp,0,0,10) +%xl(volume,volume-160x128x2.bmp,0,0,10) +# +# Station Art/Info Viewport Conditional +# Preset present conditional +# RDS present conditional +%?C<%Vd(art)> +%?Ti<%?C<%Vd(art_preset)|%Vd(noart_preset)>> +%?tx<%?Ti<%?C<%Vd(art_preset_rds)|%Vd(noart_preset_rds)>|%?C<%Vd(art_nopreset_rds)|%Vd(noart_nopreset_rds)>>|> +# +# Frequency Bar +%V(1,87,125,7,-) +%pb(0,0,125,7,pb-128x96x2.bmp) +# +# Hold +%V(3,114,14,10,-) +%xd(lock,%mh) +# +# Battery +%V(26,115,17,9,-) +%?bp<%?bc<%xd(battery,1)|%xd(battery,2)>|%xd(battery,%bl,2)> +# +# Volume +%V(49,114,16,10,-) +%xd(volume,%pv) +# +# Signal strength +%V(70,114,48,10,-) +%ar%tr dBuV +# Below frequency bar Scan/Preset frequency MHz Force Mono/Mono/Stereo +%V(1,96,126,10,1) +%al%?tm<%Sx(Scan)|%Sx(Preset)> %ac%tf MHz %ar%?St(force fm mono)<%Sx(Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>> +# +# Station Art +%ax%Vl(art,2,16,64,64,-) +%Cl(0,0,64,64,c,c) +%Cd +# +# Station Art +# Preset present +%ax%Vl(art_preset,70,17,-,16,-) +%Vp(0,%s%ac%?Ti%?Tn<%Tn|%Tf>) +%ax%Vl(art_preset,70,33,-,16,-) +%Vp(1,%s%ac%?Ti%?Tn<%Tn|%Tf>) +# +%ax%Vl(art_preset_rds,70,49,-,32,-) +%s%ty +%s%tz +# +# Station Art +# Preset absent +%ax%Vl(art_nopreset_rds,70,37,-,32,-) +%s%ty +%s%tz +# +# No station art +# Preset present +%Vl(noart_preset,0,17,-,16,-) +%Vp(0,%s%ac%?Ti%?Tn<%Tn|%Tf>) +%Vl(noart_preset,0,33,-,16,-) +%Vp(1,%s%ac%?Ti%?Tn<%Tn|%Tf>) +# +%Vl(noart_preset_rds,0,49,-,32,-) +%s%ty +%s%tz +# +# No station art +# Preset absent +%Vl(noart_nopreset_rds,0,37,-,32,-) +%s%ty +%s%tz diff --git a/wps/cabbiev2/fmsbackdrop-128x128x2.bmp b/wps/cabbiev2/fmsbackdrop-128x128x2.bmp new file mode 100644 index 0000000000..290476e1bf Binary files /dev/null and b/wps/cabbiev2/fmsbackdrop-128x128x2.bmp differ -- cgit v1.2.3