bee5900032
%V|-50|0|-|..... will position that viewport 50 pixels from the right of the display at the top. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23378 a1c6a512-1295-4272-9138-f99709370657
39 lines
940 B
Text
39 lines
940 B
Text
# Classic statusbar adapted to skin engine
|
|
#
|
|
# Bar at the top.. very easy to change to the bottom
|
|
#
|
|
# Load some bitmaps
|
|
%wd # not sure if this is needed for sbs files?
|
|
%xl|B|battery.bmp|0|0|10|
|
|
%xl|V|volume.bmp|0|0|10|
|
|
%xl|S|status.bmp|0|0|12|
|
|
|
|
# Battery area
|
|
%V|0|0|-|8|0|-|-|
|
|
%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>
|
|
# charging icon
|
|
%V|16|0|-|8|0|-|-|
|
|
%?bc<%xdSa|>
|
|
|
|
# Volume area
|
|
%V|27|0|-|8|0|-|-|
|
|
%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>>
|
|
|
|
# Icons, all in the same bmp strip, so need to use multiple viewports
|
|
# Playback mode
|
|
%V|44|0|-|8|0|-|-|
|
|
%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf>
|
|
|
|
# Repeat mode
|
|
%V|54|0|-|8|0|-|-|
|
|
%?mm<|%xdSi|%xdSj|%xdSk|%xdSl>
|
|
|
|
# Shuffle mode
|
|
%V|64|0|-|8|0|-|-|
|
|
%?ps<%xdSk|>
|
|
|
|
|
|
|
|
# Clock on RTC able targets, and disk access
|
|
%V|-36|0|-|8|0|-|-| # align on the right with room for 6 SYSFONT digits
|
|
%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->%?lh<*|>
|