blob: c5c0ba80421273ee190254250dac707533920bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
#
# Classic statusbar adapted to skin engine
#
# Bar at the top.. very easy to change to the bottom (change the y positions from 0 to -8
#
# specify the UI area viewport... everything but a bar 8 pixels high at the top
%Vi|0|8|-|-|1|
##############################################################
# 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
%Vda
# 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
# %Vdc
# comment out the next line if you dont want volume number as text
# %Vdd
################################################################
# Load some bitmaps
%xl|B|battery.bmp|0|0|10|
%xl|V|volume.bmp|0|0|10|
%xl|S|status.bmp|0|0|16|
# Enable the correct viewports
%?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds>
# Battery area, Icons
%Vl|a|0|0|16|8|0|
%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>
# charging icon
%Vl|a|16|0|8|8|0|
%?bc<%xdSa|>
# battery area, no icons
%Vl|b|0|0|-|8|0|
%bl%bc
# Volume area
%Vl|c|27|0|-|8|0|
%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>>
%Vl|d|27|0|-|8|0|
%pv
# Icons, all in the same bmp strip, so need to use multiple viewports
# Playback mode
%Vl|p|46|0|-|8|0|
%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj>
# Repeat mode
%Vl|r|54|0|-|8|0|
%?mm<|%xdSi|%xdSj|%xdSk|%xdSl>
# Shuffle mode
%Vl|s|64|0|-|8|0|
%?ps<%xdSk|>
# Recording section
%Vl|z|27|0|6|8|0|
%Vl|z|33|0|18|8|0|
%?Rp<Q%Rb>
# status icon
%Vl|z|46|0|8|8|0|
%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj>
# frequency and stereo/mono
%Vl|z|54|0|-|8|0|
%?Rp<%?Rf<??|44|48|32|22|24|16>%?Rm<%xdSm|%xdSn>>
# Clock on RTC able targets, and disk access
%V|-36|0|-6|8|0| # align on the right with room for 6 SYSFONT digits
%?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|>
# disk access "icon"
%V|-6|0|-|8|0| # align on the right with room for 1 SYSFONT digit
%?lh<*|>
|