summaryrefslogtreecommitdiff
path: root/wps/classic_statusbar.grey.sbs
diff options
context:
space:
mode:
Diffstat (limited to 'wps/classic_statusbar.grey.sbs')
-rw-r--r--wps/classic_statusbar.grey.sbs104
1 files changed, 104 insertions, 0 deletions
diff --git a/wps/classic_statusbar.grey.sbs b/wps/classic_statusbar.grey.sbs
new file mode 100644
index 0000000000..21c2c88b62
--- /dev/null
+++ b/wps/classic_statusbar.grey.sbs
@@ -0,0 +1,104 @@
1#
2# Classic statusbar adapted to skin engine
3#
4# Bar at the top.. very easy to change to the bottom (change the y positions from 0 to -8
5#
6
7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi|0|8|-|-|1|0|3|
9
10##############################################################
11# Options:
12# you can use icons or text for the volume and battery display
13# Just comment out the line for the one you dont want!
14
15# comment out the next line if you dont want battery icons
16%Vda%Vde
17
18# comment out the next line if you dont want battery number as text
19# %Vdb
20
21# comment out the next line if you dont want volume icons
22%Vdc
23# comment out the next line if you dont want volume number as text
24# %Vdd
25
26################################################################
27
28# Load some bitmaps
29%xl|B|battery.bmp|0|0|16|
30%xl|V|volume.bmp|1|0|17|
31%xl|S|status.bmp|0|0|15|
32%xl|D|access_disk.bmp|0|0|
33%xl|y|batter-y.bmp|0|0|
34
35%xl|m|rec_mpegbitrates.bmp|1|0|18|
36%xl|f|rec_frequencies.bmp|0|0|12|
37%xl|e|rec_encoders.bmp|0|0|3|
38%xl|c|rec_channels.bmp|13|0|2|
39
40# Enable the correct viewports
41%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds>
42
43# Charging animation viewports
44%t2%?bc<%Vdx|%Vda>;%t2%Vda
45
46# Battery area, Icons
47%Vl|a|0|0|17|7|0|0|3|
48%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo>
49
50# Battery area, grey background viewport for charging animation
51%Vl|x|0|0|17|7|0|0|1|
52%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo>
53
54# end of battery symbol (to exclude it from animation)
55%Vl|e|17|0|3|7|0|0|3|
56%xdy
57
58# usb power or charger icon
59%V|20|0|8|8|0|0|3|
60%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>>
61
62# battery area, no icons
63%Vl|b|0|0|18|8|0|0|3|
64%ar%bl
65
66# Volume area
67%Vl|c|28|0|19|8|0|0|3|
68%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>>
69%Vl|d|28|0|19|8|0|0|3|
70%ac%?pv<%pv|%pv| %pv| %pv>
71
72# Icons, all in the same bmp strip, so need to use multiple viewports
73# Playback mode
74%Vl|p|47|0|9|8|0|0|3|
75%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj>
76
77# Repeat mode
78%Vl|r|56|0|9|8|0|0|3|
79%?mm<|%xdSk|%xdSl|%xdSm|%xdSn>
80
81# Shuffle mode
82%Vl|s|65|0|-|8|0|0|3|
83%?ps<%xdSm|>
84
85
86# Recording section
87# encoder/mpeg bitrate
88%Vl|z|28|0|19|8|0|0|3|
89%?Rp<%?Re<%xdea|%xdeb|%xdec|%?Rb<%xdma|%xdmb|%xdmc|%xdmd|%xdme|%xdmf|%xdmg|%xdmh|%xdmi|%xdmj|%xdmk|%xdml|%xdmm|%xdmn|%xdmo|%xdmp|%xdmq|%xdmr>>>
90# status icon
91%Vl|z|47|0|8|8|0|0|3|
92%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj>
93# frequency and channels
94%Vl|z|55|0|-|8|0|0|3|
95%?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>>
96%?Rm<%xdca|%xdcb>
97
98# Clock on RTC able targets, and disk access
99%V|-43|0|31|8|0|0|3| # align on the right with room for 5 SYSFONT digits
100%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|>
101
102# disk access icon
103%V|-12|0|-|8|0|0|3|
104%?lh<%xdD|>