From 7e9537c8348704ba9525331b2c8750f3ea81d50c Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Tue, 27 Apr 2010 22:59:32 +0000 Subject: 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 --- wps/WPSLIST | 1 + wps/cabbiev2.128x128x2.wps | 43 +++++++++++++++++++++++++++++++++ wps/cabbiev2/wpsbackdrop-128x128x2.bmp | Bin 0 -> 16454 bytes 3 files changed, 44 insertions(+) create mode 100644 wps/cabbiev2.128x128x2.wps create mode 100644 wps/cabbiev2/wpsbackdrop-128x128x2.bmp (limited to 'wps') diff --git a/wps/WPSLIST b/wps/WPSLIST index e6dc238466..856022c1ed 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -303,6 +303,7 @@ Font.160x128x2: 12-Adobe-Helvetica.fnt Font.160x128x1: 12-Adobe-Helvetica.fnt Font.138x110x2: 12-Adobe-Helvetica.fnt Font.128x128x16: 12-Adobe-Helvetica.fnt +Font.128x128x2: 12-Adobe-Helvetica.fnt Font.132x80x16: 11-Sazanami-Mincho.fnt Font.128x64x1: 08-Rockfont.fnt Font.112x64x1: 08-Rockfont.fnt diff --git a/wps/cabbiev2.128x128x2.wps b/wps/cabbiev2.128x128x2.wps new file mode 100644 index 0000000000..ba2d87e69e --- /dev/null +++ b/wps/cabbiev2.128x128x2.wps @@ -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 diff --git a/wps/cabbiev2/wpsbackdrop-128x128x2.bmp b/wps/cabbiev2/wpsbackdrop-128x128x2.bmp new file mode 100644 index 0000000000..20a248d420 Binary files /dev/null and b/wps/cabbiev2/wpsbackdrop-128x128x2.bmp differ -- cgit v1.2.3