From 143d2b5baca7ae7fbc9dc42935a4c7813f784fe8 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Sun, 20 May 2012 11:22:07 +0200 Subject: Cabbiev2 .fms for 160x128x2 Change-Id: Iceb5dc4c7029d0f2bb5cc96b4cd0058b27f7b58e --- wps/cabbiev2-160x128x2.fms | 83 ++++++++++++++++++++++++++++++++++ wps/cabbiev2/fmbackdrop-160x128x2.bmp | Bin 0 -> 10358 bytes 2 files changed, 83 insertions(+) create mode 100644 wps/cabbiev2-160x128x2.fms create mode 100644 wps/cabbiev2/fmbackdrop-160x128x2.bmp (limited to 'wps') diff --git a/wps/cabbiev2-160x128x2.fms b/wps/cabbiev2-160x128x2.fms new file mode 100644 index 0000000000..b6bea61d48 --- /dev/null +++ b/wps/cabbiev2-160x128x2.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-160x128x2.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,86,158,8,-) +%pb(0,0,158,8,pb-160x128x2.bmp) +# +# Hold +%V(48,114,14,11,-) +%xd(lock,%mh) +# +# Battery +%V(66,115,17,10,-) +%?bp<%?bc<%xd(battery,1)|%xd(battery,2)>|%xd(battery,%bl,2)> +# +# Volume +%V(87,114,16,11,-) +%xd(volume,%pv) +# +# Signal strength +%V(110,114,48,10,-) +%ar%tr dBuV +# Below frequency bar Scan/Preset frequency MHz Force Mono/Mono/Stereo +%V(1,96,158,10,1) +%al%?tm<%Sx(Scan)|%Sx(Preset)> %ac%tf MHz %ar%?St(force fm mono)<%Sx(Force 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,56,-,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,56,-,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/fmbackdrop-160x128x2.bmp b/wps/cabbiev2/fmbackdrop-160x128x2.bmp new file mode 100644 index 0000000000..fe3742d443 Binary files /dev/null and b/wps/cabbiev2/fmbackdrop-160x128x2.bmp differ -- cgit v1.2.3