2009-10-29 07:33:09 +00:00
|
|
|
#
|
2009-10-28 05:07:49 +00:00
|
|
|
# Classic statusbar adapted to skin engine
|
|
|
|
#
|
2009-10-29 07:33:09 +00:00
|
|
|
# Bar at the top.. very easy to change to the bottom (change the y positions from 0 to -8
|
2009-10-28 05:07:49 +00:00
|
|
|
#
|
2009-10-29 07:33:09 +00:00
|
|
|
|
|
|
|
# specify the UI area viewport... everything but a bar 8 pixels high at the top
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vi(-,0,8,-,-,1)
|
2009-10-29 07:33:09 +00:00
|
|
|
|
|
|
|
##############################################################
|
|
|
|
# Options:
|
|
|
|
# you can use icons or text for the volume and battery display
|
|
|
|
# Just comment out the line for the one you dont want!
|
|
|
|
|
|
|
|
# comment out the next line if you dont want battery icons
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vd(a)%Vd(e)
|
2009-11-28 16:37:33 +00:00
|
|
|
|
2009-10-29 07:33:09 +00:00
|
|
|
# comment out the next line if you dont want battery number as text
|
|
|
|
# %Vdb
|
|
|
|
|
|
|
|
# comment out the next line if you dont want volume icons
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vd(c)
|
2009-10-29 07:33:09 +00:00
|
|
|
# comment out the next line if you dont want volume number as text
|
|
|
|
# %Vdd
|
|
|
|
|
|
|
|
################################################################
|
|
|
|
|
2009-10-28 05:07:49 +00:00
|
|
|
# Load some bitmaps
|
2010-06-13 13:16:41 +00:00
|
|
|
%xl(B,battery.bmp,0,0,16)
|
|
|
|
%xl(V,volume.bmp,1,0,17)
|
|
|
|
%xl(S,status.bmp,0,0,15)
|
|
|
|
%xl(D,access_disk.bmp,0,0)
|
|
|
|
%xl(y,batter-y.bmp,0,0)
|
2009-10-28 05:07:49 +00:00
|
|
|
|
2010-06-13 13:16:41 +00:00
|
|
|
%xl(m,rec_mpegbitrates.bmp,1,0,18)
|
|
|
|
%xl(f,rec_frequencies.bmp,0,0,12)
|
|
|
|
%xl(e,rec_encoders.bmp,0,0,3)
|
|
|
|
%xl(c,rec_channels.bmp,13,0,2)
|
2009-11-09 07:10:39 +00:00
|
|
|
|
|
|
|
# Enable the correct viewports
|
2010-06-13 13:16:41 +00:00
|
|
|
%?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)>
|
2009-11-09 07:10:39 +00:00
|
|
|
|
2009-11-28 16:37:33 +00:00
|
|
|
# Charging animation viewports
|
2010-06-13 13:16:41 +00:00
|
|
|
%t(2)%?bc<%Vd(x)|%Vd(a)>;%t(2)%Vd(a)
|
2009-11-28 16:37:33 +00:00
|
|
|
|
2009-10-29 07:33:09 +00:00
|
|
|
# Battery area, Icons
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(a,0,0,17,7,0)
|
|
|
|
%?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)>
|
2009-11-28 16:37:33 +00:00
|
|
|
|
|
|
|
# Battery area, grey background viewport for charging animation
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(x,0,0,17,7,0)%Vb(555555)
|
|
|
|
%?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)>
|
2009-11-28 16:37:33 +00:00
|
|
|
|
|
|
|
# end of battery symbol (to exclude it from animation)
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(e,17,0,3,7,0)
|
|
|
|
%xd(y)
|
2009-11-28 16:37:33 +00:00
|
|
|
|
|
|
|
# usb power or charger icon
|
2010-06-13 13:16:41 +00:00
|
|
|
%V(20,0,8,8,0)
|
|
|
|
%?bu<%xd(Sa)|%?bc<%xd(Sa)|%?bp<%xd(So)>>>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
2009-10-29 07:33:09 +00:00
|
|
|
# battery area, no icons
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(b,0,0,18,8,0)
|
2009-11-28 16:37:33 +00:00
|
|
|
%ar%bl
|
2009-10-29 07:33:09 +00:00
|
|
|
|
2009-10-28 05:07:49 +00:00
|
|
|
# Volume area
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(c,28,0,19,8,0)
|
|
|
|
%?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)>>
|
|
|
|
%Vl(d,28,0,19,8,0)
|
2009-11-28 16:37:33 +00:00
|
|
|
%ac%?pv<%pv|%pv| %pv| %pv>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
|
|
|
# Icons, all in the same bmp strip, so need to use multiple viewports
|
|
|
|
# Playback mode
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(p,47,0,9,8,0)
|
|
|
|
%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
|
|
|
# Repeat mode
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(r,56,0,9,8,0)
|
|
|
|
%?mm<|%xd(Sk)|%xd(Sl)|%xd(Sm)|%xd(Sn)>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
|
|
|
# Shuffle mode
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(s,65,0,-,8,0)
|
|
|
|
%?ps<%xd(Sm)|>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
|
|
|
|
2009-11-09 07:10:39 +00:00
|
|
|
# Recording section
|
|
|
|
# encoder/mpeg bitrate
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(z,28,0,19,8,0)
|
|
|
|
%?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)>>>
|
2009-11-09 07:10:39 +00:00
|
|
|
# status icon
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(z,47,0,8,8,0)
|
|
|
|
%?mp<%xd(Sc)|%xd(Sb)|%xd(Sd)|%xd(Se)|%xd(Sf)|%xd(Sg)|%xd(Sh)|%xd(Si)|%xd(Sj)>
|
2009-11-28 16:37:33 +00:00
|
|
|
# frequency and channels
|
2010-06-13 13:16:41 +00:00
|
|
|
%Vl(z,55,0,-,8,0)
|
|
|
|
%?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)>>
|
|
|
|
%?Rm<%xd(ca)|%xd(cb)>
|
2009-10-28 05:07:49 +00:00
|
|
|
|
|
|
|
# Clock on RTC able targets, and disk access
|
2010-12-20 10:58:03 +00:00
|
|
|
%V(-50,0,38,8,0) # align on the right with room for 5 SYSFONT digits
|
2010-06-13 13:16:41 +00:00
|
|
|
%?cc<%?ca<%?St(time format)<%cH|%cI>:%cM|--:-->|>
|
2009-11-28 16:37:33 +00:00
|
|
|
|
|
|
|
# disk access icon
|
2010-06-13 13:16:41 +00:00
|
|
|
%V(-12,0,-,8,0)
|
|
|
|
%?lh<%xd(D)|>
|