From 5b0521c9aadee11886e2c92df7d768d5e76063a6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 7 Jun 2010 03:44:11 +0000 Subject: Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657 --- wps/iAmp.128x64x1.wps | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'wps/iAmp.128x64x1.wps') diff --git a/wps/iAmp.128x64x1.wps b/wps/iAmp.128x64x1.wps index 8aec2cbe47..1a597d76e7 100644 --- a/wps/iAmp.128x64x1.wps +++ b/wps/iAmp.128x64x1.wps @@ -1,20 +1,20 @@ -%x|a|iAmp.bmp|100|0| -%x|b|line-r.bmp|0|11| -%x|c|pb.bmp|96|40| +%x(a,iAmp.bmp,100,0) +%x(b,line-r.bmp,0,11) +%x(c,pb.bmp,96,40) %wd -%s%?ia<%ia|%d1> +%s%?ia<%ia|%d(1)> %s%?it<%?in<%in. >%it|%fn> %pb -%xl|A|codec.bmp|102|48|21| -%pc/%pt %ar%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%t5;%pc/%pt%?fc<%xdAa|%xdAb|%xdAc|%xdAd|%xdAe|%xdAf|%xdAg|%xdAh|%xdAi|%xdAj|%xdAk|%xdAl|%xdAm|%xdAn|%xdAo|%xdAp|%xdAq|%xdAr|%xdAs|%xdAt|%xdAu>%t3;%pc/%pt %ar%?fv<[VBR]|%fbkbps>%t3 -%xl|B|battery-small.bmp|0|0|6| -%?bp<%xdBa|%?bl<%xdBb|%xdBc|%xdBd|%xdBe|%xdBf>> -%xl|C|volume.bmp|24|0|9| -%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi> -%xl|D|repeatshuffle-small.bmp|54|1|6| -%?mm<%?ps<%xdDa>|%?ps<%xdDb|%xdDc>|%xdDd|%?ps<%xdDe|%xdDc>|%xdDf> -%xl|E|lock-small.bmp|79|0|3| -%?mh<%?mr<%xdEa|%xdx>|%?mr<%xdy|>> -%xl|F|playmode-small.bmp|74|48|3| -%?mp<||%xdFa|%xdFb|%xdFc> +%xl(A,codec.bmp,102,48,21) +%pc/%pt %ar%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%t(5)%;%pc/%pt%?fc<%xd(Aa)|%xd(Ab)|%xd(Ac)|%xd(Ad)|%xd(Ae)|%xd(Af)|%xd(Ag)|%xd(Ah)|%xd(Ai)|%xd(Aj)|%xd(Ak)|%xd(Al)|%xd(Am)|%xd(An)|%xd(Ao)|%xd(Ap)|%xd(Aq)|%xd(Ar)|%xd(As)|%xd(At)|%xd(Au)>%t(3)%;%pc/%pt %ar%?fv<[VBR]|%fbkbps>%t(3) +%xl(B,battery-small.bmp,0,0,6) +%?bp<%xd(Ba)|%?bl<%xd(Bb)|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)>> +%xl(C,volume.bmp,24,0,9) +%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)> +%xl(D,repeatshuffle-small.bmp,54,1,6) +%?mm<%?ps<%xd(Da)>|%?ps<%xd(Db)|%xd(Dc)>|%xd(Dd)|%?ps<%xd(De)|%xd(Dc)>|%xd(Df)> +%xl(E,lock-small.bmp,79,0,3) +%?mh<%?mr<%xd(Ea)|%xd(x)>|%?mr<%xd(y)|>> +%xl(F,playmode-small.bmp,74,48,3) +%?mp<||%xd(Fa)|%xd(Fb)|%xd(Fc)> -- cgit v1.2.3