Cabbiev2 port for the mpio HD20's 128x128 greyscale screen - mixing the same size colour version with the same width greyscale version (code could be cleaned up though). Add the necessary changes to let it be included automatically and used as default WPS. Menu backdrop and dedicated icons are missing but the inbuilt ones are still there - same as on the M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25744 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34e60dde60
commit
7e9537c834
3 changed files with 44 additions and 0 deletions
|
@ -303,6 +303,7 @@ Font.160x128x2: 12-Adobe-Helvetica.fnt
|
||||||
Font.160x128x1: 12-Adobe-Helvetica.fnt
|
Font.160x128x1: 12-Adobe-Helvetica.fnt
|
||||||
Font.138x110x2: 12-Adobe-Helvetica.fnt
|
Font.138x110x2: 12-Adobe-Helvetica.fnt
|
||||||
Font.128x128x16: 12-Adobe-Helvetica.fnt
|
Font.128x128x16: 12-Adobe-Helvetica.fnt
|
||||||
|
Font.128x128x2: 12-Adobe-Helvetica.fnt
|
||||||
Font.132x80x16: 11-Sazanami-Mincho.fnt
|
Font.132x80x16: 11-Sazanami-Mincho.fnt
|
||||||
Font.128x64x1: 08-Rockfont.fnt
|
Font.128x64x1: 08-Rockfont.fnt
|
||||||
Font.112x64x1: 08-Rockfont.fnt
|
Font.112x64x1: 08-Rockfont.fnt
|
||||||
|
|
43
wps/cabbiev2.128x128x2.wps
Normal file
43
wps/cabbiev2.128x128x2.wps
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
# cabbie 2.0 default
|
||||||
|
# (C) 2007, Johannes Voggenthaler (Zinc Alloy)
|
||||||
|
#derived from "cabbie" (C) Yohann Misquitta
|
||||||
|
%wd
|
||||||
|
%X|wpsbackdrop-128x128x2.bmp|
|
||||||
|
%xl|A|lock-160x128x2.bmp|3|114|2|
|
||||||
|
%xl|B|battery-160x128x2.bmp|26|115|10|
|
||||||
|
%xl|C|volume-160x128x2.bmp|49|114|10|
|
||||||
|
%xl|D|shuffle-160x128x2.bmp|72|115|
|
||||||
|
%xl|E|repeat-160x128x2.bmp|93|113|4|
|
||||||
|
%xl|F|playmode-160x128x2.bmp|112|114|5|
|
||||||
|
%ax%Cl|4|12|s60|s60|
|
||||||
|
%pb|pb-128x96x2.bmp|1|87|125|7|
|
||||||
|
# images all in the default viewport
|
||||||
|
%?mh<%xdAa|%xdAb>
|
||||||
|
%?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>>
|
||||||
|
%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj>
|
||||||
|
%?ps<%xdD>
|
||||||
|
%?mm<|%xdEa|%xdEb|%xdEc|%xdEd>
|
||||||
|
%?mp<%xdFa|%xdFb|%xdFc|%xdFd|%xdFe>
|
||||||
|
|
||||||
|
%?C<%C%Vda|%Vdb>
|
||||||
|
|
||||||
|
|
||||||
|
#NowPlaying - with AA
|
||||||
|
%ax%Vl|a|70|12|-|50|1|-|-|
|
||||||
|
%s%al%?it<%it|%fn>
|
||||||
|
%s%al%?ia<%ia|%?d2<%d2|(root)>>
|
||||||
|
%s%al%?id<%id|%?d1<%d1|(root)>>
|
||||||
|
%s%al%iy
|
||||||
|
|
||||||
|
#NowPlaying - without AA
|
||||||
|
%Vl|b|0|12|-|50|1|-|-|
|
||||||
|
%s%ac%?it<%it|%fn>
|
||||||
|
%s%ac%?ia<%ia|%?d2<%d2|(root)>>
|
||||||
|
%s%ac%?id<%id|%?d1<%d1|(root)>>
|
||||||
|
%s%ac%iy
|
||||||
|
|
||||||
|
#next and playlist
|
||||||
|
%V|3|70|122|12|1|-|-|
|
||||||
|
%s%ac%Sx|Next:| %?It<%It|%Fn>
|
||||||
|
%V|3|96|122|12|1|-|-|
|
||||||
|
%al%pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%ar%pr
|
BIN
wps/cabbiev2/wpsbackdrop-128x128x2.bmp
Normal file
BIN
wps/cabbiev2/wpsbackdrop-128x128x2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue