mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add Cabbiev2 port for 128x96x16 targets (Samsung YH-820), made by me.
Change-Id: I21c408e8c25c42a1e6c3d3e44c0999ae85d73154
This commit is contained in:
parent
679d1e799c
commit
f8d367be94
7 changed files with 83 additions and 1 deletions
75
wps/cabbiev2.128x96x16.wps
Normal file
75
wps/cabbiev2.128x96x16.wps
Normal file
|
@ -0,0 +1,75 @@
|
|||
# Cabbie v2.0
|
||||
# (C) 2007-2014 The Authors (see /rockbox/wps/AUTHORS)
|
||||
# Derived from "cabbie" (C) Yohann Misquitta
|
||||
#
|
||||
# Disable Status Bar
|
||||
%wd
|
||||
#
|
||||
# Load Backdrop
|
||||
%X(wpsbackdrop-128x96x16.bmp)
|
||||
#
|
||||
# Preload Images
|
||||
%xl(A,lock-96x96x16.bmp,0,0,2)
|
||||
%xl(B,battery-96x96x16.bmp,0,0,10)
|
||||
%xl(C,volume-96x96x16.bmp,0,0,10)
|
||||
%xl(D,shuffle-96x96x16.bmp,0,0)
|
||||
%xl(E,repeat-96x96x16.bmp,0,0,4)
|
||||
%xl(F,playmode-96x96x16.bmp,0,0,5)
|
||||
#
|
||||
# Album Art/Info Viewport Conditional
|
||||
%?C<%Vd(a)|%Vd(b)>
|
||||
#
|
||||
# Progress Bar
|
||||
%V(3,65,122,5,-)
|
||||
%pb(0,0,122,5,pb-128x96x16.bmp)
|
||||
#
|
||||
# Hold
|
||||
%V(3,85,13,10,-)
|
||||
%?mh<%xd(Aa)|%xd(Ab)>
|
||||
#
|
||||
# Battery
|
||||
%V(23,85,19,10,-)
|
||||
%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>>
|
||||
#
|
||||
# Volume
|
||||
%V(51,85,14,10,-)
|
||||
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)>
|
||||
#
|
||||
# Shuffle
|
||||
%V(74,85,20,10,-)
|
||||
%?ps<%xd(D)>
|
||||
#
|
||||
# Repeat
|
||||
%V(97,85,8,10,-)
|
||||
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
|
||||
#
|
||||
# Playmode
|
||||
%V(111,85,11,10,-)
|
||||
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
|
||||
#
|
||||
# Next Track Info
|
||||
%V(3,56,122,12,-)
|
||||
%s%ac%Sx(Next:) %?It<%It|%Fn>
|
||||
#
|
||||
# Time Elapsed/Remaining
|
||||
%V(3,73,122,12,1)
|
||||
%al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr
|
||||
#
|
||||
# Album Art
|
||||
%ax%Vl(a,4,10,45,45,-)
|
||||
%Cl(0,0,45,45,c,c)
|
||||
%Cd
|
||||
#
|
||||
# Track Info - Album Art
|
||||
%ax%Vl(a,51,12,-,34,1)
|
||||
%s%al%?it<%it|%fn>
|
||||
%s%al%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
|
||||
%s%al%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%al%?iy<%iy>
|
||||
#
|
||||
# Track Info - No Album Art
|
||||
%Vl(b,0,12,-,34,1)
|
||||
%s%ac%?it<%it|%fn>
|
||||
%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>>
|
||||
%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>>
|
||||
%s%ac%?iy<%iy>
|
Loading…
Add table
Add a link
Reference in a new issue