summaryrefslogtreecommitdiff
path: root/wps/cabbiev2-160x128x2.fms
diff options
context:
space:
mode:
Diffstat (limited to 'wps/cabbiev2-160x128x2.fms')
-rw-r--r--wps/cabbiev2-160x128x2.fms83
1 files changed, 83 insertions, 0 deletions
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 @@
1# Cabbie 2.0 style radio screen
2# (C) 2010, Marcin Bukat
3# based on Cabbie 2.0 WPS
4#
5# Disable Status Bar
6%wd
7#
8# Load Backdrop
9%X(fmsbackdrop-160x128x2.bmp)
10#
11# Preload Images
12%xl(lock,lock-160x128x2.bmp,0,0,2)
13%xl(battery,battery-160x128x2.bmp,0,0,10)
14%xl(volume,volume-160x128x2.bmp,0,0,10)
15#
16# Station Art/Info Viewport Conditional
17# Preset present conditional
18# RDS present conditional
19%?C<%Vd(art)>
20%?Ti<%?C<%Vd(art_preset)|%Vd(noart_preset)>>
21%?tx<%?Ti<%?C<%Vd(art_preset_rds)|%Vd(noart_preset_rds)>|%?C<%Vd(art_nopreset_rds)|%Vd(noart_nopreset_rds)>>|>
22#
23# Frequency Bar
24%V(1,86,158,8,-)
25%pb(0,0,158,8,pb-160x128x2.bmp)
26#
27# Hold
28%V(48,114,14,11,-)
29%xd(lock,%mh)
30#
31# Battery
32%V(66,115,17,10,-)
33%?bp<%?bc<%xd(battery,1)|%xd(battery,2)>|%xd(battery,%bl,2)>
34#
35# Volume
36%V(87,114,16,11,-)
37%xd(volume,%pv)
38#
39# Signal strength
40%V(110,114,48,10,-)
41%ar%tr dBuV
42# Below frequency bar Scan/Preset frequency MHz Force Mono/Mono/Stereo
43%V(1,96,158,10,1)
44%al%?tm<%Sx(Scan)|%Sx(Preset)> %ac%tf MHz %ar%?St(force fm mono)<%Sx(Force Mono)|%?ts<%Sx(Stereo)|%Sx(Mono)>>
45#
46# Station Art
47%ax%Vl(art,2,16,64,64,-)
48%Cl(0,0,64,64,c,c)
49%Cd
50#
51# Station Art
52# Preset present
53%ax%Vl(art_preset,70,17,-,16,-)
54%Vp(0,%s%ac%?Ti<Station: |>%?Tn<%Tn|%Tf>)
55%ax%Vl(art_preset,70,33,-,16,-)
56%Vp(1,%s%ac%?Ti<Next station: |>%?Tn<%Tn|%Tf>)
57#
58%ax%Vl(art_preset_rds,70,56,-,32,-)
59%s%ty
60%s%tz
61#
62# Station Art
63# Preset absent
64%ax%Vl(art_nopreset_rds,70,37,-,32,-)
65%s%ty
66%s%tz
67#
68# No station art
69# Preset present
70%Vl(noart_preset,0,17,-,16,-)
71%Vp(0,%s%ac%?Ti<Station: |>%?Tn<%Tn|%Tf>)
72%Vl(noart_preset,0,33,-,16,-)
73%Vp(1,%s%ac%?Ti<Next station: |>%?Tn<%Tn|%Tf>)
74#
75%Vl(noart_preset_rds,0,56,-,32,-)
76%s%ty
77%s%tz
78#
79# No station art
80# Preset absent
81%Vl(noart_nopreset_rds,0,37,-,32,-)
82%s%ty
83%s%tz