summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-13 13:16:41 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-13 13:16:41 +0000
commitc1a42ff44d4607ec68f38031c0fd1d406d05590a (patch)
tree02550ada25a1b8acde7c90d46479cb35be606aa7
parent35b09cb615260a2d203da63b61587ba748e03727 (diff)
downloadrockbox-c1a42ff44d4607ec68f38031c0fd1d406d05590a.tar.gz
rockbox-c1a42ff44d4607ec68f38031c0fd1d406d05590a.zip
update classic_statusbar to the new syntax
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26826 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--wps/classic_statusbar.112x64x1.sbs84
-rw-r--r--wps/classic_statusbar.grey.sbs86
-rw-r--r--wps/classic_statusbar.mono.sbs86
-rw-r--r--wps/classic_statusbar.sbs86
4 files changed, 171 insertions, 171 deletions
diff --git a/wps/classic_statusbar.112x64x1.sbs b/wps/classic_statusbar.112x64x1.sbs
index 739b345a48..671a1a60f5 100644
--- a/wps/classic_statusbar.112x64x1.sbs
+++ b/wps/classic_statusbar.112x64x1.sbs
@@ -5,7 +5,7 @@
5# 5#
6 6
7# specify the UI area viewport... everything but a bar 8 pixels high at the top 7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi|0|8|-|-|1| 8%Vi(-,0,8,-,-,1)
9 9
10############################################################## 10##############################################################
11# Options: 11# Options:
@@ -13,95 +13,95 @@
13# Just comment out the line for the one you dont want! 13# Just comment out the line for the one you dont want!
14 14
15# comment out the next line if you dont want battery icons 15# comment out the next line if you dont want battery icons
16%Vda%Vde 16%Vd(a)%Vd(e)
17 17
18# comment out the next line if you dont want battery number as text 18# comment out the next line if you dont want battery number as text
19# %Vdb 19# %Vdb
20 20
21# comment out the next line if you dont want volume icons 21# comment out the next line if you dont want volume icons
22%Vdc 22%Vd(c)
23# comment out the next line if you dont want volume number as text 23# comment out the next line if you dont want volume number as text
24# %Vdd 24# %Vdd
25 25
26################################################################ 26################################################################
27 27
28# Load some bitmaps 28# Load some bitmaps
29%xl|B|battery.bmp|0|0|16| 29%xl(B,battery.bmp,0,0,16)
30%xl|V|volume.bmp|1|0|17| 30%xl(V,volume.bmp,1,0,17)
31%xl|S|status.bmp|0|0|15| 31%xl(S,status.bmp,0,0,15)
32%xl|D|access_flash.bmp|0|0| 32%xl(D,access_flash.bmp,0,0)
33%xl|y|batter-y.bmp|0|0| 33%xl(y,batter-y.bmp,0,0)
34 34
35# %xl|m|rec_mpegbitrates.bmp|1|0|18| 35# %xl|m|rec_mpegbitrates.bmp|1|0|18|
36%xl|f|rec_frequencies.bmp|0|0|12| 36%xl(f,rec_frequencies.bmp,0,0,12)
37# %xl|e|rec_encoders.bmp|0|0|3| 37# %xl|e|rec_encoders.bmp|0|0|3|
38%xl|c|rec_channels.bmp|13|0|2| 38%xl(c,rec_channels.bmp,13,0,2)
39 39
40# Enable the correct viewports 40# Enable the correct viewports
41%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> 41%?cs<%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(z)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)>
42 42
43# Charging animation viewports 43# Charging animation viewports
44%t2%?bc<%Vdx|%Vda>;%t2%Vda 44%t(2)%?bc<%Vd(x)|%Vd(a)>;%t(2)%Vd(a)
45 45
46# Either RTC (Recorders) or virtual LED (Ondios) viewport 46# Either RTC (Recorders) or virtual LED (Ondios) viewport
47%?cc<%Vdt|%Vdl> 47%?cc<%Vd(t)|%Vd(l)>
48 48
49# Battery area, Icons 49# Battery area, Icons
50%Vl|a|0|0|17|7|0| 50%Vl(a,0,0,17,7,0)
51%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 51%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
52 52
53# Battery area, viewport with full battery icon for charging animation 53# Battery area, viewport with full battery icon for charging animation
54%Vl|x|0|0|17|7|0| 54%Vl(x,0,0,17,7,0)
55%xdBo 55%xd(Bo)
56 56
57# end of battery symbol (to exclude it from animation) 57# end of battery symbol (to exclude it from animation)
58%Vl|e|17|0|3|7|0| 58%Vl(e,17,0,3,7,0)
59%xdy 59%xd(y)
60 60
61# usb power or charger icon 61# usb power or charger icon
62%V|20|0|8|8|0| 62%V(20,0,8,8,0)
63%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> 63%?bu<%xd(Sa)|%?bc<%xd(Sa)|%?bp<%xd(So)>>>
64 64
65# battery area, no icons 65# battery area, no icons
66%Vl|b|0|0|18|8|0| 66%Vl(b,0,0,18,8,0)
67%ar%bl 67%ar%bl
68 68
69# Volume area 69# Volume area
70%Vl|c|28|0|19|8|0| 70%Vl(c,28,0,19,8,0)
71%?mv<%ac%?pv<%xdVa|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>> 71%?mv<%ac%?pv<%xd(Va)|%pv| %pv| %pv>|%?pv<%xd(Va)|%xd(Vb)|%xd(Vc)|%xd(Vd)|%xd(Ve)|%xd(Vf)|%xd(Vg)|%xd(Vh)|%xd(Vi)|%xd(Vj)|%xd(Vk)|%xd(Vl)|%xd(Vm)|%xd(Vn)|%xd(Vo)|%xd(Vp)|%xd(Vq)>>
72%Vl|d|28|0|19|8|0| 72%Vl(d,28,0,19,8,0)
73%ac%?pv<%xdVa|%pv| %pv| %pv> 73%ac%?pv<%xd(Va)|%pv| %pv| %pv>
74 74
75# Icons, all in the same bmp strip, so need to use multiple viewports 75# Icons, all in the same bmp strip, so need to use multiple viewports
76# Playback mode 76# Playback mode
77%Vl|p|47|0|9|8|0| 77%Vl(p,47,0,9,8,0)
78%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 78%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
79 79
80# Repeat mode 80# Repeat mode
81%Vl|r|56|0|9|8|0| 81%Vl(r,56,0,9,8,0)
82%?mm<|%xdSk|%xdSl|%xdSm|%xdSn> 82%?mm<|%xd(Sk)|%xd(Sl)|%xd(Sm)|%xd(Sn)>
83 83
84# Shuffle mode 84# Shuffle mode
85%Vl|s|65|0|-|8|0| 85%Vl(s,65,0,-,8,0)
86%?ps<%xdSm|> 86%?ps<%xd(Sm)|>
87 87
88 88
89# Recording section 89# Recording section
90# encoder/mpeg bitrate 90# encoder/mpeg bitrate
91%Vl|z|28|0|19|8|0| 91%Vl(z,28,0,19,8,0)
92%?Rp<%acQ%Rb> 92%?Rp<%acQ%Rb>
93# status icon 93# status icon
94%Vl|z|47|0|8|8|0| 94%Vl(z,47,0,8,8,0)
95%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 95%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
96# frequency and channels 96# frequency and channels
97%Vl|z|55|0|-|8|0| 97%Vl(z,55,0,-,8,0)
98%?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> 98%?Rp<%?Rf<%xd(fa)|%xd(fb)|%xd(fc)|%xd(fd)|%xd(fe)|%xd(ff)|%xd(fg)|%xd(fh)|%xd(fi)|%xd(fj)|%xd(fk)|%xd(fl)>>
99%?Rm<%xdca|%xdcb> 99%?Rm<%xd(ca)|%xd(cb)>
100 100
101# Clock on Recorders 101# Clock on Recorders
102%Vl|t|-30|0|30|8|0| # align on the right with room for 5 SYSFONT digits 102%Vl(t,-30,0,30,8,0) # align on the right with room for 5 SYSFONT digits
103%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> 103%?cc<%?ca<%?St(time format)<%cH|%cI>:%cM|--:-->|>
104 104
105# Disk access on Ondios 105# Disk access on Ondios
106%Vl|l|-12|0|-|8|0| 106%Vl(l,-12,0,-,8,0)
107%?lh<%xdD|> 107%?lh<%xd(D)|>
diff --git a/wps/classic_statusbar.grey.sbs b/wps/classic_statusbar.grey.sbs
index 21c2c88b62..c47fb7d0b2 100644
--- a/wps/classic_statusbar.grey.sbs
+++ b/wps/classic_statusbar.grey.sbs
@@ -5,7 +5,7 @@
5# 5#
6 6
7# specify the UI area viewport... everything but a bar 8 pixels high at the top 7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi|0|8|-|-|1|0|3| 8%Vi(-,0,8,-,-,1)%Vf(0)%Vb(3)
9 9
10############################################################## 10##############################################################
11# Options: 11# Options:
@@ -13,92 +13,92 @@
13# Just comment out the line for the one you dont want! 13# Just comment out the line for the one you dont want!
14 14
15# comment out the next line if you dont want battery icons 15# comment out the next line if you dont want battery icons
16%Vda%Vde 16%Vd(a)%Vd(e)
17 17
18# comment out the next line if you dont want battery number as text 18# comment out the next line if you dont want battery number as text
19# %Vdb 19# %Vdb
20 20
21# comment out the next line if you dont want volume icons 21# comment out the next line if you dont want volume icons
22%Vdc 22%Vd(c)
23# comment out the next line if you dont want volume number as text 23# comment out the next line if you dont want volume number as text
24# %Vdd 24# %Vdd
25 25
26################################################################ 26################################################################
27 27
28# Load some bitmaps 28# Load some bitmaps
29%xl|B|battery.bmp|0|0|16| 29%xl(B,battery.bmp,0,0,16)
30%xl|V|volume.bmp|1|0|17| 30%xl(V,volume.bmp,1,0,17)
31%xl|S|status.bmp|0|0|15| 31%xl(S,status.bmp,0,0,15)
32%xl|D|access_disk.bmp|0|0| 32%xl(D,access_disk.bmp,0,0)
33%xl|y|batter-y.bmp|0|0| 33%xl(y,batter-y.bmp,0,0)
34 34
35%xl|m|rec_mpegbitrates.bmp|1|0|18| 35%xl(m,rec_mpegbitrates.bmp,1,0,18)
36%xl|f|rec_frequencies.bmp|0|0|12| 36%xl(f,rec_frequencies.bmp,0,0,12)
37%xl|e|rec_encoders.bmp|0|0|3| 37%xl(e,rec_encoders.bmp,0,0,3)
38%xl|c|rec_channels.bmp|13|0|2| 38%xl(c,rec_channels.bmp,13,0,2)
39 39
40# Enable the correct viewports 40# Enable the correct viewports
41%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> 41%?cs<%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(z)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)>
42 42
43# Charging animation viewports 43# Charging animation viewports
44%t2%?bc<%Vdx|%Vda>;%t2%Vda 44%t(2)%?bc<%Vd(x)|%Vd(a)>;%t(2)%Vd(a)
45 45
46# Battery area, Icons 46# Battery area, Icons
47%Vl|a|0|0|17|7|0|0|3| 47%Vl(a,0,0,17,7,0)%Vf(0)%Vb(3)
48%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 48%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
49 49
50# Battery area, grey background viewport for charging animation 50# Battery area, grey background viewport for charging animation
51%Vl|x|0|0|17|7|0|0|1| 51%Vl(x,0,0,17,7,0)%Vf(0)%Vb(1)
52%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 52%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
53 53
54# end of battery symbol (to exclude it from animation) 54# end of battery symbol (to exclude it from animation)
55%Vl|e|17|0|3|7|0|0|3| 55%Vl(e,17,0,3,7,0)%Vf(0)%Vb(3)
56%xdy 56%xd(y)
57 57
58# usb power or charger icon 58# usb power or charger icon
59%V|20|0|8|8|0|0|3| 59%V(20,0,8,8,0)%Vf(0)%Vb(3)
60%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> 60%?bu<%xd(Sa)|%?bc<%xd(Sa)|%?bp<%xd(So)>>>
61 61
62# battery area, no icons 62# battery area, no icons
63%Vl|b|0|0|18|8|0|0|3| 63%Vl(b,0,0,18,8,0)%Vf(0)%Vb(3)
64%ar%bl 64%ar%bl
65 65
66# Volume area 66# Volume area
67%Vl|c|28|0|19|8|0|0|3| 67%Vl(c,28,0,19,8,0)%Vf(0)%Vb(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>> 68%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xd(Va)|%xd(Vb)|%xd(Vc)|%xd(Vd)|%xd(Ve)|%xd(Vf)|%xd(Vg)|%xd(Vh)|%xd(Vi)|%xd(Vj)|%xd(Vk)|%xd(Vl)|%xd(Vm)|%xd(Vn)|%xd(Vo)|%xd(Vp)|%xd(Vq)>>
69%Vl|d|28|0|19|8|0|0|3| 69%Vl(d,28,0,19,8,0)%Vf(0)%Vb(3)
70%ac%?pv<%pv|%pv| %pv| %pv> 70%ac%?pv<%pv|%pv| %pv| %pv>
71 71
72# Icons, all in the same bmp strip, so need to use multiple viewports 72# Icons, all in the same bmp strip, so need to use multiple viewports
73# Playback mode 73# Playback mode
74%Vl|p|47|0|9|8|0|0|3| 74%Vl(p,47,0,9,8,0)%Vf(0)%Vb(3)
75%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 75%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
76 76
77# Repeat mode 77# Repeat mode
78%Vl|r|56|0|9|8|0|0|3| 78%Vl(r,56,0,9,8,0)%Vf(0)%Vb(3)
79%?mm<|%xdSk|%xdSl|%xdSm|%xdSn> 79%?mm<|%xd(Sk)|%xd(Sl)|%xd(Sm)|%xd(Sn)>
80 80
81# Shuffle mode 81# Shuffle mode
82%Vl|s|65|0|-|8|0|0|3| 82%Vl(s,65,0,-,8,0)%Vf(0)%Vb(3)
83%?ps<%xdSm|> 83%?ps<%xd(Sm)|>
84 84
85 85
86# Recording section 86# Recording section
87# encoder/mpeg bitrate 87# encoder/mpeg bitrate
88%Vl|z|28|0|19|8|0|0|3| 88%Vl(z,28,0,19,8,0)%Vf(0)%Vb(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>>> 89%?Rp<%?Re<%xd(ea)|%xd(eb)|%xd(ec)|%?Rb<%xd(ma)|%xd(mb)|%xd(mc)|%xd(md)|%xd(me)|%xd(mf)|%xd(mg)|%xd(mh)|%xd(mi)|%xd(mj)|%xd(mk)|%xd(ml)|%xd(mm)|%xd(mn)|%xd(mo)|%xd(mp)|%xd(mq)|%xd(mr)>>>
90# status icon 90# status icon
91%Vl|z|47|0|8|8|0|0|3| 91%Vl(z,47,0,8,8,0)%Vf(0)%Vb(3)
92%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 92%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
93# frequency and channels 93# frequency and channels
94%Vl|z|55|0|-|8|0|0|3| 94%Vl(z,55,0,-,8,0)%Vf(0)%Vb(3)
95%?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> 95%?Rp<%?Rf<%xd(fa)|%xd(fb)|%xd(fc)|%xd(fd)|%xd(fe)|%xd(ff)|%xd(fg)|%xd(fh)|%xd(fi)|%xd(fj)|%xd(fk)|%xd(fl)>>
96%?Rm<%xdca|%xdcb> 96%?Rm<%xd(ca)|%xd(cb)>
97 97
98# Clock on RTC able targets, and disk access 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 99%V(-43,0,31,8,0)%Vf(0)%Vb(3) # align on the right with room for 5 SYSFONT digits
100%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> 100%?cc<%?ca<%?St(time format)<%cH|%cI>:%cM|--:-->|>
101 101
102# disk access icon 102# disk access icon
103%V|-12|0|-|8|0|0|3| 103%V(-12,0,-,8,0)%Vf(0)%Vb(3)
104%?lh<%xdD|> 104%?lh<%xd(D)|>
diff --git a/wps/classic_statusbar.mono.sbs b/wps/classic_statusbar.mono.sbs
index 268c6976a8..8113c5a1ee 100644
--- a/wps/classic_statusbar.mono.sbs
+++ b/wps/classic_statusbar.mono.sbs
@@ -5,7 +5,7 @@
5# 5#
6 6
7# specify the UI area viewport... everything but a bar 8 pixels high at the top 7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi|0|8|-|-|1| 8%Vi(-,0,8,-,-,1)
9 9
10############################################################## 10##############################################################
11# Options: 11# Options:
@@ -13,92 +13,92 @@
13# Just comment out the line for the one you dont want! 13# Just comment out the line for the one you dont want!
14 14
15# comment out the next line if you dont want battery icons 15# comment out the next line if you dont want battery icons
16%Vda%Vde 16%Vd(a)%Vd(e)
17 17
18# comment out the next line if you dont want battery number as text 18# comment out the next line if you dont want battery number as text
19# %Vdb 19# %Vdb
20 20
21# comment out the next line if you dont want volume icons 21# comment out the next line if you dont want volume icons
22%Vdc 22%Vd(c)
23# comment out the next line if you dont want volume number as text 23# comment out the next line if you dont want volume number as text
24# %Vdd 24# %Vdd
25 25
26################################################################ 26################################################################
27 27
28# Load some bitmaps 28# Load some bitmaps
29%xl|B|battery.bmp|0|0|16| 29%xl(B,battery.bmp,0,0,16)
30%xl|V|volume.bmp|1|0|17| 30%xl(V,volume.bmp,1,0,17)
31%xl|S|status.bmp|0|0|15| 31%xl(S,status.bmp,0,0,15)
32%xl|D|access_disk.bmp|0|0| 32%xl(D,access_disk.bmp,0,0)
33%xl|y|batter-y.bmp|0|0| 33%xl(y,batter-y.bmp,0,0)
34 34
35%xl|m|rec_mpegbitrates.bmp|1|0|18| 35%xl(m,rec_mpegbitrates.bmp,1,0,18)
36%xl|f|rec_frequencies.bmp|0|0|12| 36%xl(f,rec_frequencies.bmp,0,0,12)
37%xl|e|rec_encoders.bmp|0|0|3| 37%xl(e,rec_encoders.bmp,0,0,3)
38%xl|c|rec_channels.bmp|13|0|2| 38%xl(c,rec_channels.bmp,13,0,2)
39 39
40# Enable the correct viewports 40# Enable the correct viewports
41%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> 41%?cs<%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(z)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)>
42 42
43# Charging animation viewports 43# Charging animation viewports
44%t2%?bc<%Vdx|%Vda>;%t2%Vda 44%t(2)%?bc<%Vd(x)|%Vd(a)>;%t(2)%Vd(a)
45 45
46# Battery area, Icons 46# Battery area, Icons
47%Vl|a|0|0|17|7|0| 47%Vl(a,0,0,17,7,0)
48%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 48%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
49 49
50# Battery area, viewport with full battery icon for charging animation 50# Battery area, viewport with full battery icon for charging animation
51%Vl|x|0|0|17|7|0| 51%Vl(x,0,0,17,7,0)
52%xdBo 52%xd(Bo)
53 53
54# end of battery symbol (to exclude it from animation) 54# end of battery symbol (to exclude it from animation)
55%Vl|e|17|0|3|7|0| 55%Vl(e,17,0,3,7,0)
56%xdy 56%xd(y)
57 57
58# usb power or charger icon 58# usb power or charger icon
59%V|20|0|8|8|0| 59%V(20,0,8,8,0)
60%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> 60%?bu<%xd(Sa)|%?bc<%xd(Sa)|%?bp<%xd(So)>>>
61 61
62# battery area, no icons 62# battery area, no icons
63%Vl|b|0|0|18|8|0| 63%Vl(b,0,0,18,8,0)
64%ar%bl 64%ar%bl
65 65
66# Volume area 66# Volume area
67%Vl|c|28|0|19|8|0| 67%Vl(c,28,0,19,8,0)
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>> 68%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xd(Va)|%xd(Vb)|%xd(Vc)|%xd(Vd)|%xd(Ve)|%xd(Vf)|%xd(Vg)|%xd(Vh)|%xd(Vi)|%xd(Vj)|%xd(Vk)|%xd(Vl)|%xd(Vm)|%xd(Vn)|%xd(Vo)|%xd(Vp)|%xd(Vq)>>
69%Vl|d|28|0|19|8|0| 69%Vl(d,28,0,19,8,0)
70%ac%?pv<%pv|%pv| %pv| %pv> 70%ac%?pv<%pv|%pv| %pv| %pv>
71 71
72# Icons, all in the same bmp strip, so need to use multiple viewports 72# Icons, all in the same bmp strip, so need to use multiple viewports
73# Playback mode 73# Playback mode
74%Vl|p|47|0|9|8|0| 74%Vl(p,47,0,9,8,0)
75%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 75%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
76 76
77# Repeat mode 77# Repeat mode
78%Vl|r|56|0|9|8|0| 78%Vl(r,56,0,9,8,0)
79%?mm<|%xdSk|%xdSl|%xdSm|%xdSn> 79%?mm<|%xd(Sk)|%xd(Sl)|%xd(Sm)|%xd(Sn)>
80 80
81# Shuffle mode 81# Shuffle mode
82%Vl|s|65|0|-|8|0| 82%Vl(s,65,0,-,8,0)
83%?ps<%xdSm|> 83%?ps<%xd(Sm)|>
84 84
85 85
86# Recording section 86# Recording section
87# encoder/mpeg bitrate 87# encoder/mpeg bitrate
88%Vl|z|28|0|19|8|0| 88%Vl(z,28,0,19,8,0)
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>>> 89%?Rp<%?Re<%xd(ea)|%xd(eb)|%xd(ec)|%?Rb<%xd(ma)|%xd(mb)|%xd(mc)|%xd(md)|%xd(me)|%xd(mf)|%xd(mg)|%xd(mh)|%xd(mi)|%xd(mj)|%xd(mk)|%xd(ml)|%xd(mm)|%xd(mn)|%xd(mo)|%xd(mp)|%xd(mq)|%xd(mr)>>>
90# status icon 90# status icon
91%Vl|z|47|0|8|8|0| 91%Vl(z,47,0,8,8,0)
92%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 92%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
93# frequency and channels 93# frequency and channels
94%Vl|z|55|0|-|8|0| 94%Vl(z,55,0,-,8,0)
95%?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> 95%?Rp<%?Rf<%xd(fa)|%xd(fb)|%xd(fc)|%xd(fd)|%xd(fe)|%xd(ff)|%xd(fg)|%xd(fh)|%xd(fi)|%xd(fj)|%xd(fk)|%xd(fl)>>
96%?Rm<%xdca|%xdcb> 96%?Rm<%xd(ca)|%xd(cb)>
97 97
98# Clock on RTC able targets, and disk access 98# Clock on RTC able targets, and disk access
99%V|-43|0|31|8|0| # align on the right with room for 5 SYSFONT digits 99%V(-43,0,31,8,0) # align on the right with room for 5 SYSFONT digits
100%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> 100%?cc<%?ca<%?St(time format)<%cH|%cI>:%cM|--:-->|>
101 101
102# disk access icon 102# disk access icon
103%V|-12|0|-|8|0| 103%V(-12,0,-,8,0)
104%?lh<%xdD|> 104%?lh<%xd(D)|>
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs
index 86214dbe2d..ff5b6317c7 100644
--- a/wps/classic_statusbar.sbs
+++ b/wps/classic_statusbar.sbs
@@ -5,7 +5,7 @@
5# 5#
6 6
7# specify the UI area viewport... everything but a bar 8 pixels high at the top 7# specify the UI area viewport... everything but a bar 8 pixels high at the top
8%Vi|0|8|-|-|1|-|-| 8%Vi(-,0,8,-,-,1)
9 9
10############################################################## 10##############################################################
11# Options: 11# Options:
@@ -13,92 +13,92 @@
13# Just comment out the line for the one you dont want! 13# Just comment out the line for the one you dont want!
14 14
15# comment out the next line if you dont want battery icons 15# comment out the next line if you dont want battery icons
16%Vda%Vde 16%Vd(a)%Vd(e)
17 17
18# comment out the next line if you dont want battery number as text 18# comment out the next line if you dont want battery number as text
19# %Vdb 19# %Vdb
20 20
21# comment out the next line if you dont want volume icons 21# comment out the next line if you dont want volume icons
22%Vdc 22%Vd(c)
23# comment out the next line if you dont want volume number as text 23# comment out the next line if you dont want volume number as text
24# %Vdd 24# %Vdd
25 25
26################################################################ 26################################################################
27 27
28# Load some bitmaps 28# Load some bitmaps
29%xl|B|battery.bmp|0|0|16| 29%xl(B,battery.bmp,0,0,16)
30%xl|V|volume.bmp|1|0|17| 30%xl(V,volume.bmp,1,0,17)
31%xl|S|status.bmp|0|0|15| 31%xl(S,status.bmp,0,0,15)
32%xl|D|access_disk.bmp|0|0| 32%xl(D,access_disk.bmp,0,0)
33%xl|y|batter-y.bmp|0|0| 33%xl(y,batter-y.bmp,0,0)
34 34
35%xl|m|rec_mpegbitrates.bmp|1|0|18| 35%xl(m,rec_mpegbitrates.bmp,1,0,18)
36%xl|f|rec_frequencies.bmp|0|0|12| 36%xl(f,rec_frequencies.bmp,0,0,12)
37%xl|e|rec_encoders.bmp|0|0|3| 37%xl(e,rec_encoders.bmp,0,0,3)
38%xl|c|rec_channels.bmp|13|0|2| 38%xl(c,rec_channels.bmp,13,0,2)
39 39
40# Enable the correct viewports 40# Enable the correct viewports
41%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> 41%?cs<%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)|%Vd(z)|%Vd(c)%Vd(p)%Vd(r)%Vd(s)>
42 42
43# Charging animation viewports 43# Charging animation viewports
44%t2%?bc<%Vdx|%Vda>;%t2%Vda 44%t(2)%?bc<%Vd(x)|%Vd(a)>;%t(2)%Vd(a)
45 45
46# Battery area, Icons 46# Battery area, Icons
47%Vl|a|0|0|17|7|0|-|-| 47%Vl(a,0,0,17,7,0)
48%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 48%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
49 49
50# Battery area, grey background viewport for charging animation 50# Battery area, grey background viewport for charging animation
51%Vl|x|0|0|17|7|0|-|555555| 51%Vl(x,0,0,17,7,0)%Vb(555555)
52%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> 52%?bl<%xd(Ba)|%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)|%xd(Bk)|%xd(Bl)|%xd(Bm)|%xd(Bn)|%xd(Bo)>
53 53
54# end of battery symbol (to exclude it from animation) 54# end of battery symbol (to exclude it from animation)
55%Vl|e|17|0|3|7|0|-|-| 55%Vl(e,17,0,3,7,0)
56%xdy 56%xd(y)
57 57
58# usb power or charger icon 58# usb power or charger icon
59%V|20|0|8|8|0|-|-| 59%V(20,0,8,8,0)
60%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> 60%?bu<%xd(Sa)|%?bc<%xd(Sa)|%?bp<%xd(So)>>>
61 61
62# battery area, no icons 62# battery area, no icons
63%Vl|b|0|0|18|8|0|-|-| 63%Vl(b,0,0,18,8,0)
64%ar%bl 64%ar%bl
65 65
66# Volume area 66# Volume area
67%Vl|c|28|0|19|8|0|-|-| 67%Vl(c,28,0,19,8,0)
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>> 68%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xd(Va)|%xd(Vb)|%xd(Vc)|%xd(Vd)|%xd(Ve)|%xd(Vf)|%xd(Vg)|%xd(Vh)|%xd(Vi)|%xd(Vj)|%xd(Vk)|%xd(Vl)|%xd(Vm)|%xd(Vn)|%xd(Vo)|%xd(Vp)|%xd(Vq)>>
69%Vl|d|28|0|19|8|0|-|-| 69%Vl(d,28,0,19,8,0)
70%ac%?pv<%pv|%pv| %pv| %pv> 70%ac%?pv<%pv|%pv| %pv| %pv>
71 71
72# Icons, all in the same bmp strip, so need to use multiple viewports 72# Icons, all in the same bmp strip, so need to use multiple viewports
73# Playback mode 73# Playback mode
74%Vl|p|47|0|9|8|0|-|-| 74%Vl(p,47,0,9,8,0)
75%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 75%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
76 76
77# Repeat mode 77# Repeat mode
78%Vl|r|56|0|9|8|0|-|-| 78%Vl(r,56,0,9,8,0)
79%?mm<|%xdSk|%xdSl|%xdSm|%xdSn> 79%?mm<|%xd(Sk)|%xd(Sl)|%xd(Sm)|%xd(Sn)>
80 80
81# Shuffle mode 81# Shuffle mode
82%Vl|s|65|0|-|8|0|-|-| 82%Vl(s,65,0,-,8,0)
83%?ps<%xdSm|> 83%?ps<%xd(Sm)|>
84 84
85 85
86# Recording section 86# Recording section
87# encoder/mpeg bitrate 87# encoder/mpeg bitrate
88%Vl|z|28|0|19|8|0|-|-| 88%Vl(z,28,0,19,8,0)
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>>> 89%?Rp<%?Re<%xd(ea)|%xd(eb)|%xd(ec)|%?Rb<%xd(ma)|%xd(mb)|%xd(mc)|%xd(md)|%xd(me)|%xd(mf)|%xd(mg)|%xd(mh)|%xd(mi)|%xd(mj)|%xd(mk)|%xd(ml)|%xd(mm)|%xd(mn)|%xd(mo)|%xd(mp)|%xd(mq)|%xd(mr)>>>
90# status icon 90# status icon
91%Vl|z|47|0|8|8|0|-|-| 91%Vl(z,47,0,8,8,0)
92%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> 92%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
93# frequency and channels 93# frequency and channels
94%Vl|z|55|0|-|8|0|-|-| 94%Vl(z,55,0,-,8,0)
95%?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> 95%?Rp<%?Rf<%xd(fa)|%xd(fb)|%xd(fc)|%xd(fd)|%xd(fe)|%xd(ff)|%xd(fg)|%xd(fh)|%xd(fi)|%xd(fj)|%xd(fk)|%xd(fl)>>
96%?Rm<%xdca|%xdcb> 96%?Rm<%xd(ca)|%xd(cb)>
97 97
98# Clock on RTC able targets, and disk access 98# Clock on RTC able targets, and disk access
99%V|-43|0|31|8|0|-|-| # align on the right with room for 5 SYSFONT digits 99%V(-43,0,31,8,0) # align on the right with room for 5 SYSFONT digits
100%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> 100%?cc<%?ca<%?St(time format)<%cH|%cI>:%cM|--:-->|>
101 101
102# disk access icon 102# disk access icon
103%V|-12|0|-|8|0|-|-| 103%V(-12,0,-,8,0)
104%?lh<%xdD|> 104%?lh<%xd(D)|>