d0ef0671d6
Change-Id: Ic269bd5bbc04d1386152f7ac3fb330f504fd4d46
83 lines
1.7 KiB
Text
83 lines
1.7 KiB
Text
# 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<Station: |>%?Tn<%Tn|%Tf>)
|
|
%ax%Vl(art_preset,70,33,-,16,-)
|
|
%Vp(1,%s%ac%?Ti<Next station: |>%?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<Station: |>%?Tn<%Tn|%Tf>)
|
|
%Vl(noart_preset,0,33,-,16,-)
|
|
%Vp(1,%s%ac%?Ti<Next station: |>%?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
|