Hayden Pearce | 6f709d2 | 2012-12-04 19:19:06 +1300 | [diff] [blame] | 1 | # Cabbie v2.0 |
Jonathan Gordon | f551d14 | 2012-12-04 18:49:29 +1100 | [diff] [blame] | 2 | # (C) 2007-2012 The Authors (see /rockbox/wps/AUTHORS) |
Hayden Pearce | 6f709d2 | 2012-12-04 19:19:06 +1300 | [diff] [blame] | 3 | # Derived from "cabbie" (C) Yohann Misquitta |
| 4 | # |
Szymon Dziok | 17f265d | 2013-12-17 21:35:05 +0100 | [diff] [blame] | 5 | # Disable Status Bar |
Marianne Arnold | eae6641 | 2008-03-22 14:30:06 +0000 | [diff] [blame] | 6 | %wd |
Szymon Dziok | 17f265d | 2013-12-17 21:35:05 +0100 | [diff] [blame] | 7 | # |
| 8 | # Load Backdrop |
| 9 | %V(0,0,-,-,-) |
Jonathan Gordon | 5b0521c | 2010-06-07 03:44:11 +0000 | [diff] [blame] | 10 | %x(z,wpsbackdrop-160x128x1.bmp,0,0) |
Szymon Dziok | 17f265d | 2013-12-17 21:35:05 +0100 | [diff] [blame] | 11 | # |
| 12 | # Preload Images |
| 13 | %xl(A,lock-160x128x1.bmp,0,0,2) |
| 14 | %xl(B,battery-160x128x1.bmp,0,0,10) |
| 15 | %xl(C,volume-160x128x1.bmp,0,0,10) |
| 16 | %xl(D,shuffle-160x128x1.bmp,0,0) |
| 17 | %xl(E,repeat-160x128x1.bmp,0,0,4) |
| 18 | %xl(F,playmode-160x128x1.bmp,0,0,5) |
| 19 | # |
| 20 | # Progress Bar |
| 21 | %V(1,86,158,8,-) |
| 22 | %pb(0,0,158,8,pb-160x128x1.bmp) |
| 23 | # |
| 24 | # Hold |
| 25 | %V(48,114,14,10,-) |
| 26 | %?mh<%xd(Aa)|%xd(Ab)> |
| 27 | # |
| 28 | # Battery |
| 29 | %V(66,115,17,10,-) |
| 30 | %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> |
| 31 | # |
| 32 | # Volume |
| 33 | %V(87,114,16,10,-) |
| 34 | %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> |
| 35 | # |
| 36 | %V(107,115,16,9,-) |
| 37 | # Shuffle |
| 38 | %?ps<%xd(D)> |
| 39 | # |
| 40 | %V(127,113,12,13,-) |
| 41 | # Repeat |
| 42 | %?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> |
| 43 | # |
| 44 | %V(145,114,11,11,-) |
| 45 | # Playmode |
| 46 | %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> |
| 47 | # |
| 48 | # Time Elapsed/Remaining |
| 49 | %V(1,96,158,10,1) |
| 50 | %al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr |
| 51 | # |
| 52 | # Track Info - No Album Art |
| 53 | %V(0,12,-,75,-) |
Marianne Arnold | eae6641 | 2008-03-22 14:30:06 +0000 | [diff] [blame] | 54 | %s%ac%?it<%it|%fn> |
Jonathan Gordon | 5b0521c | 2010-06-07 03:44:11 +0000 | [diff] [blame] | 55 | %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> |
| 56 | %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> |
Marianne Arnold | eae6641 | 2008-03-22 14:30:06 +0000 | [diff] [blame] | 57 | |
Jonathan Gordon | 5b0521c | 2010-06-07 03:44:11 +0000 | [diff] [blame] | 58 | %s%ac%Sx(Next Track:) |
Marianne Arnold | eae6641 | 2008-03-22 14:30:06 +0000 | [diff] [blame] | 59 | %s%ac%?It<%It|%Fn> |