Hayden Pearce | 6f709d2 | 2012-12-04 19:19:06 +1300 | [diff] [blame^] | 1 | # Cabbie v2.0 |
| 2 | # (C) 2007-2012 The Authors (see /rockbox/wps/ATHORS) |
| 3 | # Derived from "cabbie" (C) Yohann Misquitta |
Michael Chicoine | 1eb3970 | 2010-08-21 23:39:19 +0000 | [diff] [blame] | 4 | # |
| 5 | # Disable Status Bar |
Michael Giacomelli | 8b01677 | 2008-01-21 00:26:53 +0000 | [diff] [blame] | 6 | %wd |
Michael Chicoine | 1eb3970 | 2010-08-21 23:39:19 +0000 | [diff] [blame] | 7 | # |
| 8 | # Load Backdrop |
Thomas Martitz | e4dc4f8 | 2010-08-05 18:53:56 +0000 | [diff] [blame] | 9 | %X(wpsbackdrop-176x220x16.bmp) |
Michael Chicoine | 1eb3970 | 2010-08-21 23:39:19 +0000 | [diff] [blame] | 10 | # |
| 11 | # Preload Images |
| 12 | %xl(A,lock-176x220x16.bmp,0,0,2) |
| 13 | %xl(B,battery-176x220x16.bmp,0,2,10) |
| 14 | %xl(C,volume-176x220x16.bmp,0,2,10) |
| 15 | %xl(D,shuffle-176x220x16.bmp,0,3) |
| 16 | %xl(E,repeat-176x220x16.bmp,0,0,4) |
| 17 | %xl(F,playmode-176x220x16.bmp,0,0,5) |
| 18 | # |
| 19 | # Album Art/Info Viewport Conditional |
| 20 | %?C<%Vd(a)|%Vd(b)> |
| 21 | # |
| 22 | # Progress Bar |
| 23 | %V(5,182,166,8,-) |
| 24 | %pb(0,0,-,8,pb-176x220x16.bmp) |
| 25 | # |
| 26 | # Hold |
| 27 | %V(51,204,17,16,-) |
| 28 | %xd(A, %mh) |
| 29 | # |
| 30 | # Battery |
| 31 | %V(73,204,20,16,-) |
| 32 | %?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> |
| 33 | # |
| 34 | # Volume |
| 35 | %V(97,204,16,16,-) |
| 36 | %?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> |
| 37 | # |
| 38 | # Shuffle |
| 39 | %V(119,204,20,16,-) |
| 40 | %?ps<%xd(D)> |
| 41 | # |
| 42 | # Repeat |
| 43 | %V(144,204,11,16,-) |
| 44 | %xd(E, %mm, -1) |
| 45 | # |
| 46 | # Playmode |
| 47 | %V(159,204,12,16,-) |
| 48 | %xd(F, %mp) |
| 49 | # |
| 50 | # Time Elapsed/Remaining |
| 51 | %V(5,191,166,12,-) |
| 52 | %al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr |
| 53 | # |
| 54 | # Album Art |
| 55 | %ax%Vl(a,29,21,120,120,-) |
| 56 | %Cl(0,0,120,120,c,c) |
| 57 | %Cd |
| 58 | # |
| 59 | # Track Info - Album Art |
| 60 | %ax%Vl(a,0,142,-,36,1) |
| 61 | %s%ac%?it<%it|%fn> |
| 62 | %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> |
| 63 | %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> |
| 64 | # |
| 65 | # Track Info - No Album Art |
| 66 | %Vl(b,0,50,-,96,1) |
Jonathan Gordon | 2e1988b | 2010-09-02 11:43:40 +0000 | [diff] [blame] | 67 | %s%ac%?it<%it|%fn> |
| 68 | %s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> |
| 69 | %s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> |
| 70 | %s%ac%?iy<%iy|> |
Dave Chapman | 20d3226 | 2008-03-23 22:42:15 +0000 | [diff] [blame] | 71 | |
Jonathan Gordon | e1c9eb3 | 2010-10-12 09:45:11 +0000 | [diff] [blame] | 72 | %s%ac%Sx(Next Track:) |
Jonathan Gordon | 2e1988b | 2010-09-02 11:43:40 +0000 | [diff] [blame] | 73 | %s%ac%?It<%It|%Fn> |
| 74 | %s%ac%?Ia<%Ia|> |