FS#12390 - Sansa Clip Zip Cabbiev2 Port by Stephen Carroll
Change-Id: I49ce0bfdc228bed55d47b5e743a7fa87ccd4da8a Reviewed-on: http://gerrit.rockbox.org/197 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info> Reviewed-by: Thomas Martitz <kugel@rockbox.org>
BIN
backdrops/cabbiev2.96x96x16.bmp
Normal file
After Width: | Height: | Size: 27 KiB |
|
@ -55,6 +55,7 @@ Font.128x128x2: 12-Adobe-Helvetica.fnt
|
|||
Font.132x80x16: 11-Sazanami-Mincho.fnt
|
||||
Font.128x64x1: 08-Rockfont.fnt
|
||||
Font.112x64x1: 08-Rockfont.fnt
|
||||
Font.96x96x16: 08-Rockfont.fnt
|
||||
|
||||
# Remote font for iriver
|
||||
Remote Font.128x64x1: 08-Rockfont.fnt
|
||||
|
@ -83,6 +84,7 @@ backdrop.176x220x16: backdrops/cabbiev2.176x220x16.bmp
|
|||
backdrop.220x176x16: backdrops/cabbiev2.220x176x16.bmp
|
||||
backdrop.240x320x16: backdrops/cabbiev2.240x320x16.bmp
|
||||
backdrop.240x400x16: backdrops/cabbiev2.240x400x16.bmp
|
||||
backdrop.96x96x16: backdrops/cabbiev2.96x96x16.bmp
|
||||
|
||||
#selection bar settings for color targets
|
||||
selector type.800x480x16: bar (gradient)
|
||||
|
@ -100,6 +102,7 @@ selector type.176x132x16: bar (gradient)
|
|||
selector type.176x220x16: bar (gradient)
|
||||
selector type.160x128x2: bar (inverse)
|
||||
selector type.138x110x2: bar (inverse)
|
||||
selector type.96x96x16: bar (gradient)
|
||||
|
||||
#icons
|
||||
iconset.800x480x16: icons/tango_icons.32x32.bmp
|
||||
|
@ -117,6 +120,7 @@ iconset.176x220x16: icons/tango_icons.12x12.bmp
|
|||
iconset.220x176x16: icons/tango_icons.12x12.bmp
|
||||
iconset.240x320x16: icons/tango_icons.16x16.bmp
|
||||
iconset.240x400x16: icons/tango_icons.16x16.bmp
|
||||
iconset.96x96x16: icons/tango_small.bmp
|
||||
|
||||
#viewer icons
|
||||
viewers iconset.800x480x16: icons/tango_icons_viewers.32x32.bmp
|
||||
|
@ -134,6 +138,7 @@ viewers iconset.176x220x16: icons/tango_icons_viewers.12x12.bmp
|
|||
viewers iconset.220x176x16: icons/tango_icons_viewers.12x12.bmp
|
||||
viewers iconset.240x320x16: icons/tango_icons_viewers.16x16.bmp
|
||||
viewers iconset.240x400x16: icons/tango_icons_viewers.16x16.bmp
|
||||
viewers iconset.96x96x16: icons/tango_small_viewers.bmp
|
||||
|
||||
# Whether the WPS is designed to have the statusbar on or off
|
||||
Statusbar: top
|
||||
|
|
75
wps/cabbiev2.96x96x16.wps
Normal file
|
@ -0,0 +1,75 @@
|
|||
# Cabbie 2.0 default
|
||||
# (C) 2007, Johannes Voggenthaler (Zinc Alloy)
|
||||
# Derived from "cabbie" (C) Yohann Misquitta
|
||||
#
|
||||
# Disable Status Bar
|
||||
%wd
|
||||
#
|
||||
# Load Backdrop
|
||||
%X(wpsbackdrop-96x96x16.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(2,65,92,5,-)
|
||||
%pb(0,0,92,5,pb-96x96x16.bmp)
|
||||
#
|
||||
# Hold
|
||||
%V(2,85,13,10,-)
|
||||
%?mh<%xd(Aa)|%xd(Ab)>
|
||||
#
|
||||
# Battery
|
||||
%V(17,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(39,85,14,10,-)
|
||||
%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)>
|
||||
#
|
||||
# Shuffle
|
||||
%V(55,85,20,10,-)
|
||||
%?ps<%xd(D)>
|
||||
#
|
||||
# Repeat
|
||||
%V(73,85,8,10,-)
|
||||
%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)>
|
||||
#
|
||||
# Playmode
|
||||
%V(84,85,11,10,-)
|
||||
%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
|
||||
#
|
||||
# Next Track Info
|
||||
%V(2,56,92,8,1)
|
||||
%s%ac%Sx(Next:) %?It<%It|%Fn>
|
||||
#
|
||||
# Time Elapsed/Remaining
|
||||
%V(2,73,92,8,1)
|
||||
%al%pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr
|
||||
#
|
||||
# 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>
|
||||
#
|
||||
# Album Art
|
||||
%ax%Vl(a,4,10,45,45,-)
|
||||
%Cl(0,0,45,45,c,c)
|
||||
%Cd
|
BIN
wps/cabbiev2/battery-96x96x16.bmp
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
wps/cabbiev2/lock-96x96x16.bmp
Normal file
After Width: | Height: | Size: 630 B |
BIN
wps/cabbiev2/pb-96x96x16.bmp
Normal file
After Width: | Height: | Size: 990 B |
BIN
wps/cabbiev2/playmode-96x96x16.bmp
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
wps/cabbiev2/repeat-96x96x16.bmp
Normal file
After Width: | Height: | Size: 710 B |
BIN
wps/cabbiev2/shuffle-96x96x16.bmp
Normal file
After Width: | Height: | Size: 390 B |
BIN
wps/cabbiev2/volume-96x96x16.bmp
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
wps/cabbiev2/wpsbackdrop-96x96x16.bmp
Normal file
After Width: | Height: | Size: 27 KiB |