From da67b909595cbe2f6ff041339abf797454f55e49 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 8 Dec 2006 16:26:09 +0000 Subject: iCatcher: (1) add dedicated greyscale bitmaps for H1x0 and Mini (2) 'rename' the respective wps files as they didn't follow the convention ('...x1.wps' instead of '...x2.wps') and adapt this in WPSLIST (3) remove the formerly used animation and volume bitmaps that were real greyscale because they are now superceeded by the new ones which only contain the four greys and are named consistently - should be safe now if one decides to tweak greyscale some more - by Ioannis Koutoulakis git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11690 a1c6a512-1295-4272-9138-f99709370657 --- wps/WPSLIST | 2 +- wps/iCatcher.138x110x1.wps | 75 ------------------------------------- wps/iCatcher.138x110x2.wps | 75 +++++++++++++++++++++++++++++++++++++ wps/iCatcher.160x128x1.wps | 78 --------------------------------------- wps/iCatcher.160x128x2.wps | 78 +++++++++++++++++++++++++++++++++++++++ wps/iCatcher/ani1-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani2-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani3-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani4-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani5-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani6-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani7-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/ani8-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/bat0-g.bmp | Bin 0 -> 174 bytes wps/iCatcher/bat1-g.bmp | Bin 0 -> 128 bytes wps/iCatcher/bat2-g.bmp | Bin 0 -> 128 bytes wps/iCatcher/bat3-g.bmp | Bin 0 -> 128 bytes wps/iCatcher/bat4-g.bmp | Bin 0 -> 128 bytes wps/iCatcher/bottomline-138.bmp | Bin 1302 -> 288 bytes wps/iCatcher/bottomline-160.bmp | Bin 1494 -> 312 bytes wps/iCatcher/codec-aac-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-ac3-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-aiff-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-alac-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-flac-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-mp1-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-mp2-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-mp3-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-mpc-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-ogg-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-shorten-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-unknown-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-wav-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/codec-wavpack-g.bmp | Bin 0 -> 398 bytes wps/iCatcher/holdboth-g.bmp | Bin 0 -> 286 bytes wps/iCatcher/holdmain-g.bmp | Bin 0 -> 286 bytes wps/iCatcher/holdremote-g.bmp | Bin 0 -> 286 bytes wps/iCatcher/pb-fforward-g.bmp | Bin 0 -> 152 bytes wps/iCatcher/pb-pause-g.bmp | Bin 0 -> 198 bytes wps/iCatcher/pb-play-g.bmp | Bin 0 -> 198 bytes wps/iCatcher/pb-rewind-g.bmp | Bin 0 -> 198 bytes wps/iCatcher/repeata-b-g.bmp | Bin 0 -> 216 bytes wps/iCatcher/repeatall-g.bmp | Bin 0 -> 216 bytes wps/iCatcher/repeatone-g.bmp | Bin 0 -> 216 bytes wps/iCatcher/repeatshuffle-g.bmp | Bin 0 -> 216 bytes wps/iCatcher/shuffle0-g.bmp | Bin 0 -> 238 bytes wps/iCatcher/shuffle1-g.bmp | Bin 0 -> 238 bytes wps/iCatcher/upbar-138.bmp | Bin 9622 -> 1728 bytes wps/iCatcher/upbar-160.bmp | Bin 11574 -> 1992 bytes wps/iCatcher/vol0-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol1-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol2-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol3-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol4-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol5-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol6-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol7-g.bmp | Bin 0 -> 246 bytes wps/iCatcher/vol8-g.bmp | Bin 0 -> 246 bytes 58 files changed, 154 insertions(+), 154 deletions(-) delete mode 100755 wps/iCatcher.138x110x1.wps create mode 100755 wps/iCatcher.138x110x2.wps delete mode 100755 wps/iCatcher.160x128x1.wps create mode 100755 wps/iCatcher.160x128x2.wps create mode 100755 wps/iCatcher/ani1-g.bmp create mode 100755 wps/iCatcher/ani2-g.bmp create mode 100755 wps/iCatcher/ani3-g.bmp create mode 100755 wps/iCatcher/ani4-g.bmp create mode 100755 wps/iCatcher/ani5-g.bmp create mode 100755 wps/iCatcher/ani6-g.bmp create mode 100755 wps/iCatcher/ani7-g.bmp create mode 100755 wps/iCatcher/ani8-g.bmp create mode 100755 wps/iCatcher/bat0-g.bmp create mode 100755 wps/iCatcher/bat1-g.bmp create mode 100755 wps/iCatcher/bat2-g.bmp create mode 100755 wps/iCatcher/bat3-g.bmp create mode 100755 wps/iCatcher/bat4-g.bmp create mode 100755 wps/iCatcher/codec-aac-g.bmp create mode 100755 wps/iCatcher/codec-ac3-g.bmp create mode 100755 wps/iCatcher/codec-aiff-g.bmp create mode 100755 wps/iCatcher/codec-alac-g.bmp create mode 100755 wps/iCatcher/codec-flac-g.bmp create mode 100755 wps/iCatcher/codec-mp1-g.bmp create mode 100755 wps/iCatcher/codec-mp2-g.bmp create mode 100755 wps/iCatcher/codec-mp3-g.bmp create mode 100755 wps/iCatcher/codec-mpc-g.bmp create mode 100755 wps/iCatcher/codec-ogg-g.bmp create mode 100755 wps/iCatcher/codec-shorten-g.bmp create mode 100755 wps/iCatcher/codec-unknown-g.bmp create mode 100755 wps/iCatcher/codec-wav-g.bmp create mode 100755 wps/iCatcher/codec-wavpack-g.bmp create mode 100755 wps/iCatcher/holdboth-g.bmp create mode 100755 wps/iCatcher/holdmain-g.bmp create mode 100755 wps/iCatcher/holdremote-g.bmp create mode 100755 wps/iCatcher/pb-fforward-g.bmp create mode 100755 wps/iCatcher/pb-pause-g.bmp create mode 100755 wps/iCatcher/pb-play-g.bmp create mode 100755 wps/iCatcher/pb-rewind-g.bmp create mode 100755 wps/iCatcher/repeata-b-g.bmp create mode 100755 wps/iCatcher/repeatall-g.bmp create mode 100755 wps/iCatcher/repeatone-g.bmp create mode 100755 wps/iCatcher/repeatshuffle-g.bmp create mode 100755 wps/iCatcher/shuffle0-g.bmp create mode 100755 wps/iCatcher/shuffle1-g.bmp create mode 100755 wps/iCatcher/vol0-g.bmp create mode 100755 wps/iCatcher/vol1-g.bmp create mode 100755 wps/iCatcher/vol2-g.bmp create mode 100755 wps/iCatcher/vol3-g.bmp create mode 100755 wps/iCatcher/vol4-g.bmp create mode 100755 wps/iCatcher/vol5-g.bmp create mode 100755 wps/iCatcher/vol6-g.bmp create mode 100755 wps/iCatcher/vol7-g.bmp create mode 100755 wps/iCatcher/vol8-g.bmp diff --git a/wps/WPSLIST b/wps/WPSLIST index d44b5fa..aff58ed 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -136,7 +136,7 @@ RWPS: iCatcher.rwps Author: Ioannis Koutoulakis Font.112x64x1: rockfont-8.fnt Font.128x128x16: nedore-9.fnt -Font.138x110x1: nedore-8.fnt +Font.138x110x2: nedore-8.fnt Font.160x128x2: nedore-9.fnt Font.160x128x16: nedore-9.fnt Font.176x132x16: nedore-9.fnt diff --git a/wps/iCatcher.138x110x1.wps b/wps/iCatcher.138x110x1.wps deleted file mode 100755 index 1deb8a6..0000000 --- a/wps/iCatcher.138x110x1.wps +++ /dev/null @@ -1,75 +0,0 @@ -%wd - - - -%t1 %?mp<%al Stopped%ar-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused%ar%pc/%pt |%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt >;%t1 %?mp<%al Stopped-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused|%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt > -%s%al %bl%%%ar%pp/%pe -%s%ac%?ia<%ia|%?d2<%d2|Unknown Artist>> -%s%ac%?id<%id|%?d1<%d1|Unknown Album>> -%s%ac%?in<%in|%pp> - %?it<%it|%fn> - -%al %fbKbps -%pb|4|10|128| - -%s%acNext: %?It<%It|%?Fn<%Fn|?>> - -%xl|A|bat0.bmp|116|8| -%xl|B|bat1.bmp|116|8| -%xl|C|bat2.bmp|116|8| -%xl|D|bat3.bmp|116|8| -%xl|E|bat4.bmp|116|8| -%t0.5 %?bp<%?bc<%xdA|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdB|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdC|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdD|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdE|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>> -%xl|G|holdmain.bmp|88|5| -%xl|H|holdremote.bmp|88|5| -%xl|I|holdboth.bmp|88|5| -%?mh<%?mr<%xdI|%xdG>|%?mr<%xdH|>> -%xl|K|repeatall.bmp|65|6| -%xl|L|repeatone.bmp|65|6| -%xl|M|repeatshuffle.bmp|65|6| -%xl|N|repeata-b.bmp|65|6| -%?mm<|%xdK|%xdL|%xdM|%xdN> -%xl|O|shuffle0.bmp|40|7| -%xl|P|shuffle1.bmp|40|7| -%?ps<%xdP|%xdO> -%xl|R|pb-play.bmp|4|7| -%xl|S|pb-pause.bmp|4|7| -%xl|T|pb-fforward.bmp|4|7| -%xl|U|pb-rewind.bmp|4|7| -%?mp<|%xdR|%xdS|%xdT|%xdU> -%xl|a|vol0-m.bmp|19|4| -%xl|b|vol1-m.bmp|19|4| -%xl|c|vol2-m.bmp|19|4| -%xl|d|vol3-m.bmp|19|4| -%xl|e|vol4-m.bmp|19|4| -%xl|f|vol5-m.bmp|19|4| -%xl|g|vol6-m.bmp|19|4| -%xl|h|vol7-m.bmp|19|4| -%xl|i|vol8-m.bmp|19|4| -%xl|j|ani1-m.bmp|19|4| -%xl|k|ani2-m.bmp|19|4| -%xl|l|ani3-m.bmp|19|4| -%xl|m|ani4-m.bmp|19|4| -%xl|n|ani5-m.bmp|19|4| -%xl|o|ani6-m.bmp|19|4| -%xl|p|ani7-m.bmp|19|4| -%xl|q|ani8-m.bmp|19|4| -%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdj|%xdj|%xdj>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdk|%xdk|%xdk>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdl|%xdl|%xdl>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdm|%xdm|%xdm>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdn|%xdn|%xdn>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdo|%xdo|%xdo>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdp|%xdp|%xdp>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdq|%xdq|%xdq> -%xl|r|codec-mp1.bmp|95|66| -%xl|s|codec-mp2.bmp|95|66| -%xl|t|codec-mp3.bmp|95|66| -%xl|u|codec-aiff.bmp|95|66| -%xl|v|codec-wav.bmp|95|66| -%xl|w|codec-ogg.bmp|95|66| -%xl|x|codec-flac.bmp|95|66| -%xl|y|codec-mpc.bmp|95|66| -%xl|z|codec-ac3.bmp|95|66| -%xl|V|codec-wavpack.bmp|95|66| -%xl|W|codec-alac.bmp|95|66| -%xl|X|codec-aac.bmp|95|66| -%xl|Y|codec-shorten.bmp|95|66| -%xl|Z|codec-unknown.bmp|95|66| -%?fc<%xdr|%xds|%xdt|%xdu|%xdv|%xdw|%xdx|%xdy|%xdz|%xdV|%xdW|%xdX|%xdY|%xdZ> -%xl|F|upbar-138.bmp|0|0| -%xl|J|bottomline-138.bmp|0|92| -%xl|Q|batlevel.bmp|4|32| -%xdF%xdJ%xdQ diff --git a/wps/iCatcher.138x110x2.wps b/wps/iCatcher.138x110x2.wps new file mode 100755 index 0000000..ee551da --- /dev/null +++ b/wps/iCatcher.138x110x2.wps @@ -0,0 +1,75 @@ +%wd + + + +%t1 %?mp<%al Stopped%ar-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused%ar%pc/%pt |%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt >;%t1 %?mp<%al Stopped-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused|%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt > +%s%al %bl%%%ar%pp/%pe +%s%ac%?ia<%ia|%?d2<%d2|Unknown Artist>> +%s%ac%?id<%id|%?d1<%d1|Unknown Album>> +%s%ac%?in<%in|%pp> - %?it<%it|%fn> + +%al %fbKbps +%pb|4|10|128| + +%s%acNext: %?It<%It|%?Fn<%Fn|?>> + +%xl|A|bat0-g.bmp|116|8| +%xl|B|bat1-g.bmp|116|8| +%xl|C|bat2-g.bmp|116|8| +%xl|D|bat3-g.bmp|116|8| +%xl|E|bat4-g.bmp|116|8| +%t0.5 %?bp<%?bc<%xdA|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdB|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdC|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdD|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdE|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>> +%xl|G|holdmain-g.bmp|88|5| +%xl|H|holdremote-g.bmp|88|5| +%xl|I|holdboth-g.bmp|88|5| +%?mh<%?mr<%xdI|%xdG>|%?mr<%xdH|>> +%xl|K|repeatall-g.bmp|65|6| +%xl|L|repeatone-g.bmp|65|6| +%xl|M|repeatshuffle-g.bmp|65|6| +%xl|N|repeata-b-g.bmp|65|6| +%?mm<|%xdK|%xdL|%xdM|%xdN> +%xl|O|shuffle0-g.bmp|40|7| +%xl|P|shuffle1-g.bmp|40|7| +%?ps<%xdP|%xdO> +%xl|R|pb-play-g.bmp|4|7| +%xl|S|pb-pause-g.bmp|4|7| +%xl|T|pb-fforward-g.bmp|4|7| +%xl|U|pb-rewind-g.bmp|4|7| +%?mp<|%xdR|%xdS|%xdT|%xdU> +%xl|a|vol0-g.bmp|19|4| +%xl|b|vol1-g.bmp|19|4| +%xl|c|vol2-g.bmp|19|4| +%xl|d|vol3-g.bmp|19|4| +%xl|e|vol4-g.bmp|19|4| +%xl|f|vol5-g.bmp|19|4| +%xl|g|vol6-g.bmp|19|4| +%xl|h|vol7-g.bmp|19|4| +%xl|i|vol8-g.bmp|19|4| +%xl|j|ani1-g.bmp|19|4| +%xl|k|ani2-g.bmp|19|4| +%xl|l|ani3-g.bmp|19|4| +%xl|m|ani4-g.bmp|19|4| +%xl|n|ani5-g.bmp|19|4| +%xl|o|ani6-g.bmp|19|4| +%xl|p|ani7-g.bmp|19|4| +%xl|q|ani8-g.bmp|19|4| +%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdj|%xdj|%xdj>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdk|%xdk|%xdk>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdl|%xdl|%xdl>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdm|%xdm|%xdm>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdn|%xdn|%xdn>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdo|%xdo|%xdo>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdp|%xdp|%xdp>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdq|%xdq|%xdq> +%xl|r|codec-mp1-g.bmp|95|66| +%xl|s|codec-mp2-g.bmp|95|66| +%xl|t|codec-mp3-g.bmp|95|66| +%xl|u|codec-aiff-g.bmp|95|66| +%xl|v|codec-wav-g.bmp|95|66| +%xl|w|codec-ogg-g.bmp|95|66| +%xl|x|codec-flac-g.bmp|95|66| +%xl|y|codec-mpc-g.bmp|95|66| +%xl|z|codec-ac3-g.bmp|95|66| +%xl|V|codec-wavpack-g.bmp|95|66| +%xl|W|codec-alac-g.bmp|95|66| +%xl|X|codec-aac-g.bmp|95|66| +%xl|Y|codec-shorten-g.bmp|95|66| +%xl|Z|codec-unknown-g.bmp|95|66| +%?fc<%xdr|%xds|%xdt|%xdu|%xdv|%xdw|%xdx|%xdy|%xdz|%xdV|%xdW|%xdX|%xdY|%xdZ> +%xl|F|upbar-138.bmp|0|0| +%xl|J|bottomline-138.bmp|0|92| +%xl|Q|batlevel.bmp|4|32| +%xdF%xdJ%xdQ diff --git a/wps/iCatcher.160x128x1.wps b/wps/iCatcher.160x128x1.wps deleted file mode 100755 index 87942d8..0000000 --- a/wps/iCatcher.160x128x1.wps +++ /dev/null @@ -1,78 +0,0 @@ -%wd - - - -%t1 %?mp<%al Stopped%ar-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused%ar%pc/%pt |%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt >;%t1 %?mp<%al Stopped-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused|%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt > -%s%al %bl%%%ar%pp/%pe - -%s%ac%?ia<%ia|%?d2<%d2|Unknown Artist>> -%s%ac%?id<%id|%?d1<%d1|Unknown Album>> -%s%ac%?in<%in|%pp> - %?it<%it|%fn> - -%al %fbKbps -%pb|4|10|150| - -%s%acNext: %?It<%It|%?Fn<%Fn|?>> - -%xl|A|bat0.bmp|135|8| -%xl|B|bat1.bmp|135|8| -%xl|C|bat2.bmp|135|8| -%xl|D|bat3.bmp|135|8| -%xl|E|bat4.bmp|135|8| -%t0.5 %?bp<%?bc<%xdA|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdB|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdC|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdD|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdE|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>> -%xl|G|holdmain.bmp|106|5| -%xl|H|holdremote.bmp|106|5| -%xl|I|holdboth.bmp|106|5| -%?mh<%?mr<%xdI|%xdG>|%?mr<%xdH|>> -%xl|K|repeatall.bmp|83|6| -%xl|L|repeatone.bmp|83|6| -%xl|M|repeatshuffle.bmp|83|6| -%xl|N|repeata-b.bmp|83|6| -%?mm<|%xdK|%xdL|%xdM|%xdN> -%xl|O|shuffle0.bmp|58|7| -%xl|P|shuffle1.bmp|58|7| -%?ps<%xdP|%xdO> -%xl|R|pb-play.bmp|6|7| -%xl|S|pb-pause.bmp|6|7| -%xl|T|pb-fforward.bmp|6|7| -%xl|U|pb-rewind.bmp|6|7| -%?mp<|%xdR|%xdS|%xdT|%xdU> -%xl|a|vol0-m.bmp|24|4| -%xl|b|vol1-m.bmp|24|4| -%xl|c|vol2-m.bmp|24|4| -%xl|d|vol3-m.bmp|24|4| -%xl|e|vol4-m.bmp|24|4| -%xl|f|vol5-m.bmp|24|4| -%xl|g|vol6-m.bmp|24|4| -%xl|h|vol7-m.bmp|24|4| -%xl|i|vol8-m.bmp|24|4| -%xl|j|ani1-m.bmp|24|4| -%xl|k|ani2-m.bmp|24|4| -%xl|l|ani3-m.bmp|24|4| -%xl|m|ani4-m.bmp|24|4| -%xl|n|ani5-m.bmp|24|4| -%xl|o|ani6-m.bmp|24|4| -%xl|p|ani7-m.bmp|24|4| -%xl|q|ani8-m.bmp|24|4| -%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdj|%xdj|%xdj>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdk|%xdk|%xdk>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdl|%xdl|%xdl>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdm|%xdm|%xdm>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdn|%xdn|%xdn>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdo|%xdo|%xdo>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdp|%xdp|%xdp>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdq|%xdq|%xdq> -%xl|r|codec-mp1.bmp|115|85| -%xl|s|codec-mp2.bmp|115|85| -%xl|t|codec-mp3.bmp|115|85| -%xl|u|codec-aiff.bmp|115|85| -%xl|v|codec-wav.bmp|115|85| -%xl|w|codec-ogg.bmp|115|85| -%xl|x|codec-flac.bmp|115|85| -%xl|y|codec-mpc.bmp|115|85| -%xl|z|codec-ac3.bmp|115|85| -%xl|V|codec-wavpack.bmp|115|85| -%xl|W|codec-alac.bmp|115|85| -%xl|X|codec-aac.bmp|115|85| -%xl|Y|codec-shorten.bmp|115|85| -%xl|Z|codec-unknown.bmp|115|85| -%?fc<%xdr|%xds|%xdt|%xdu|%xdv|%xdw|%xdx|%xdy|%xdz|%xdV|%xdW|%xdX|%xdY|%xdZ> -%xl|F|upbar-160.bmp|0|0| -%xl|J|bottomline-160.bmp|0|111| -%xl|Q|batlevel.bmp|4|36| -%xdF -%xdJ -%xdQ diff --git a/wps/iCatcher.160x128x2.wps b/wps/iCatcher.160x128x2.wps new file mode 100755 index 0000000..9a82863 --- /dev/null +++ b/wps/iCatcher.160x128x2.wps @@ -0,0 +1,78 @@ +%wd + + + +%t1 %?mp<%al Stopped%ar-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused%ar%pc/%pt |%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt >;%t1 %?mp<%al Stopped-:--/-:-- |%al %pv dB%ar%pc/%pt |%al Paused|%al Seeking%ar%pc/%pt |%al Seeking%ar%pc/%pt > +%s%al %bl%%%ar%pp/%pe + +%s%ac%?ia<%ia|%?d2<%d2|Unknown Artist>> +%s%ac%?id<%id|%?d1<%d1|Unknown Album>> +%s%ac%?in<%in|%pp> - %?it<%it|%fn> + +%al %fbKbps +%pb|4|10|150| + +%s%acNext: %?It<%It|%?Fn<%Fn|?>> + +%xl|A|bat0-g.bmp|135|8| +%xl|B|bat1-g.bmp|135|8| +%xl|C|bat2-g.bmp|135|8| +%xl|D|bat3-g.bmp|135|8| +%xl|E|bat4-g.bmp|135|8| +%t0.5 %?bp<%?bc<%xdA|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdB|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdC|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdD|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>>;%t0.5 %?bp<%?bc<%xdE|%xdE>|%?bl<%xdA|%xdA|%xdB|%xdC|%xdD|%xdE|%xdE>> +%xl|G|holdmain-g.bmp|106|5| +%xl|H|holdremote-g.bmp|106|5| +%xl|I|holdboth-g.bmp|106|5| +%?mh<%?mr<%xdI|%xdG>|%?mr<%xdH|>> +%xl|K|repeatall-g.bmp|83|6| +%xl|L|repeatone-g.bmp|83|6| +%xl|M|repeatshuffle-g.bmp|83|6| +%xl|N|repeata-b-g.bmp|83|6| +%?mm<|%xdK|%xdL|%xdM|%xdN> +%xl|O|shuffle0-g.bmp|58|7| +%xl|P|shuffle1-g.bmp|58|7| +%?ps<%xdP|%xdO> +%xl|R|pb-play-g.bmp|6|7| +%xl|S|pb-pause-g.bmp|6|7| +%xl|T|pb-fforward-g.bmp|6|7| +%xl|U|pb-rewind-g.bmp|6|7| +%?mp<|%xdR|%xdS|%xdT|%xdU> +%xl|a|vol0-g.bmp|24|4| +%xl|b|vol1-g.bmp|24|4| +%xl|c|vol2-g.bmp|24|4| +%xl|d|vol3-g.bmp|24|4| +%xl|e|vol4-g.bmp|24|4| +%xl|f|vol5-g.bmp|24|4| +%xl|g|vol6-g.bmp|24|4| +%xl|h|vol7-g.bmp|24|4| +%xl|i|vol8-g.bmp|24|4| +%xl|j|ani1-g.bmp|24|4| +%xl|k|ani2-g.bmp|24|4| +%xl|l|ani3-g.bmp|24|4| +%xl|m|ani4-g.bmp|24|4| +%xl|n|ani5-g.bmp|24|4| +%xl|o|ani6-g.bmp|24|4| +%xl|p|ani7-g.bmp|24|4| +%xl|q|ani8-g.bmp|24|4| +%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdj|%xdj|%xdj>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdk|%xdk|%xdk>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdl|%xdl|%xdl>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdm|%xdm|%xdm>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdn|%xdn|%xdn>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdo|%xdo|%xdo>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdp|%xdp|%xdp>;%t0.1 %?mp<%xda|%?pv<%xda|%xdb|%xdc|%xdd|%xde|%xdf|%xdg|%xdh|%xdi>|%xdq|%xdq|%xdq> +%xl|r|codec-mp1-g.bmp|115|85| +%xl|s|codec-mp2-g.bmp|115|85| +%xl|t|codec-mp3-g.bmp|115|85| +%xl|u|codec-aiff-g.bmp|115|85| +%xl|v|codec-wav-g.bmp|115|85| +%xl|w|codec-ogg-g.bmp|115|85| +%xl|x|codec-flac-g.bmp|115|85| +%xl|y|codec-mpc-g.bmp|115|85| +%xl|z|codec-ac3-g.bmp|115|85| +%xl|V|codec-wavpack-g.bmp|115|85| +%xl|W|codec-alac-g.bmp|115|85| +%xl|X|codec-aac-g.bmp|115|85| +%xl|Y|codec-shorten-g.bmp|115|85| +%xl|Z|codec-unknown-g.bmp|115|85| +%?fc<%xdr|%xds|%xdt|%xdu|%xdv|%xdw|%xdx|%xdy|%xdz|%xdV|%xdW|%xdX|%xdY|%xdZ> +%xl|F|upbar-160.bmp|0|0| +%xl|J|bottomline-160.bmp|0|111| +%xl|Q|batlevel.bmp|4|36| +%xdF +%xdJ +%xdQ diff --git a/wps/iCatcher/ani1-g.bmp b/wps/iCatcher/ani1-g.bmp new file mode 100755 index 0000000..038e330 Binary files /dev/null and b/wps/iCatcher/ani1-g.bmp differ diff --git a/wps/iCatcher/ani2-g.bmp b/wps/iCatcher/ani2-g.bmp new file mode 100755 index 0000000..d8afaa5 Binary files /dev/null and b/wps/iCatcher/ani2-g.bmp differ diff --git a/wps/iCatcher/ani3-g.bmp b/wps/iCatcher/ani3-g.bmp new file mode 100755 index 0000000..662acd0 Binary files /dev/null and b/wps/iCatcher/ani3-g.bmp differ diff --git a/wps/iCatcher/ani4-g.bmp b/wps/iCatcher/ani4-g.bmp new file mode 100755 index 0000000..e2aa6e5 Binary files /dev/null and b/wps/iCatcher/ani4-g.bmp differ diff --git a/wps/iCatcher/ani5-g.bmp b/wps/iCatcher/ani5-g.bmp new file mode 100755 index 0000000..9601560 Binary files /dev/null and b/wps/iCatcher/ani5-g.bmp differ diff --git a/wps/iCatcher/ani6-g.bmp b/wps/iCatcher/ani6-g.bmp new file mode 100755 index 0000000..03d4880 Binary files /dev/null and b/wps/iCatcher/ani6-g.bmp differ diff --git a/wps/iCatcher/ani7-g.bmp b/wps/iCatcher/ani7-g.bmp new file mode 100755 index 0000000..ee81014 Binary files /dev/null and b/wps/iCatcher/ani7-g.bmp differ diff --git a/wps/iCatcher/ani8-g.bmp b/wps/iCatcher/ani8-g.bmp new file mode 100755 index 0000000..cb535f0 Binary files /dev/null and b/wps/iCatcher/ani8-g.bmp differ diff --git a/wps/iCatcher/bat0-g.bmp b/wps/iCatcher/bat0-g.bmp new file mode 100755 index 0000000..c74cef6 Binary files /dev/null and b/wps/iCatcher/bat0-g.bmp differ diff --git a/wps/iCatcher/bat1-g.bmp b/wps/iCatcher/bat1-g.bmp new file mode 100755 index 0000000..0c7932e Binary files /dev/null and b/wps/iCatcher/bat1-g.bmp differ diff --git a/wps/iCatcher/bat2-g.bmp b/wps/iCatcher/bat2-g.bmp new file mode 100755 index 0000000..4d71774 Binary files /dev/null and b/wps/iCatcher/bat2-g.bmp differ diff --git a/wps/iCatcher/bat3-g.bmp b/wps/iCatcher/bat3-g.bmp new file mode 100755 index 0000000..c96c1bd Binary files /dev/null and b/wps/iCatcher/bat3-g.bmp differ diff --git a/wps/iCatcher/bat4-g.bmp b/wps/iCatcher/bat4-g.bmp new file mode 100755 index 0000000..be62640 Binary files /dev/null and b/wps/iCatcher/bat4-g.bmp differ diff --git a/wps/iCatcher/bottomline-138.bmp b/wps/iCatcher/bottomline-138.bmp index 7e22c88..b668ba2 100755 Binary files a/wps/iCatcher/bottomline-138.bmp and b/wps/iCatcher/bottomline-138.bmp differ diff --git a/wps/iCatcher/bottomline-160.bmp b/wps/iCatcher/bottomline-160.bmp index 2edc6f6..d347add 100755 Binary files a/wps/iCatcher/bottomline-160.bmp and b/wps/iCatcher/bottomline-160.bmp differ diff --git a/wps/iCatcher/codec-aac-g.bmp b/wps/iCatcher/codec-aac-g.bmp new file mode 100755 index 0000000..43cc8c5 Binary files /dev/null and b/wps/iCatcher/codec-aac-g.bmp differ diff --git a/wps/iCatcher/codec-ac3-g.bmp b/wps/iCatcher/codec-ac3-g.bmp new file mode 100755 index 0000000..24a8b3b Binary files /dev/null and b/wps/iCatcher/codec-ac3-g.bmp differ diff --git a/wps/iCatcher/codec-aiff-g.bmp b/wps/iCatcher/codec-aiff-g.bmp new file mode 100755 index 0000000..5677d09 Binary files /dev/null and b/wps/iCatcher/codec-aiff-g.bmp differ diff --git a/wps/iCatcher/codec-alac-g.bmp b/wps/iCatcher/codec-alac-g.bmp new file mode 100755 index 0000000..fe7dc6c Binary files /dev/null and b/wps/iCatcher/codec-alac-g.bmp differ diff --git a/wps/iCatcher/codec-flac-g.bmp b/wps/iCatcher/codec-flac-g.bmp new file mode 100755 index 0000000..bf611d1 Binary files /dev/null and b/wps/iCatcher/codec-flac-g.bmp differ diff --git a/wps/iCatcher/codec-mp1-g.bmp b/wps/iCatcher/codec-mp1-g.bmp new file mode 100755 index 0000000..50d42a6 Binary files /dev/null and b/wps/iCatcher/codec-mp1-g.bmp differ diff --git a/wps/iCatcher/codec-mp2-g.bmp b/wps/iCatcher/codec-mp2-g.bmp new file mode 100755 index 0000000..5dd7f83 Binary files /dev/null and b/wps/iCatcher/codec-mp2-g.bmp differ diff --git a/wps/iCatcher/codec-mp3-g.bmp b/wps/iCatcher/codec-mp3-g.bmp new file mode 100755 index 0000000..ecab90b Binary files /dev/null and b/wps/iCatcher/codec-mp3-g.bmp differ diff --git a/wps/iCatcher/codec-mpc-g.bmp b/wps/iCatcher/codec-mpc-g.bmp new file mode 100755 index 0000000..34abb5a Binary files /dev/null and b/wps/iCatcher/codec-mpc-g.bmp differ diff --git a/wps/iCatcher/codec-ogg-g.bmp b/wps/iCatcher/codec-ogg-g.bmp new file mode 100755 index 0000000..62fc2dc Binary files /dev/null and b/wps/iCatcher/codec-ogg-g.bmp differ diff --git a/wps/iCatcher/codec-shorten-g.bmp b/wps/iCatcher/codec-shorten-g.bmp new file mode 100755 index 0000000..bddd28d Binary files /dev/null and b/wps/iCatcher/codec-shorten-g.bmp differ diff --git a/wps/iCatcher/codec-unknown-g.bmp b/wps/iCatcher/codec-unknown-g.bmp new file mode 100755 index 0000000..b548c9d Binary files /dev/null and b/wps/iCatcher/codec-unknown-g.bmp differ diff --git a/wps/iCatcher/codec-wav-g.bmp b/wps/iCatcher/codec-wav-g.bmp new file mode 100755 index 0000000..1e76817 Binary files /dev/null and b/wps/iCatcher/codec-wav-g.bmp differ diff --git a/wps/iCatcher/codec-wavpack-g.bmp b/wps/iCatcher/codec-wavpack-g.bmp new file mode 100755 index 0000000..9989d0a Binary files /dev/null and b/wps/iCatcher/codec-wavpack-g.bmp differ diff --git a/wps/iCatcher/holdboth-g.bmp b/wps/iCatcher/holdboth-g.bmp new file mode 100755 index 0000000..236c29d Binary files /dev/null and b/wps/iCatcher/holdboth-g.bmp differ diff --git a/wps/iCatcher/holdmain-g.bmp b/wps/iCatcher/holdmain-g.bmp new file mode 100755 index 0000000..5fdf153 Binary files /dev/null and b/wps/iCatcher/holdmain-g.bmp differ diff --git a/wps/iCatcher/holdremote-g.bmp b/wps/iCatcher/holdremote-g.bmp new file mode 100755 index 0000000..0ed1a98 Binary files /dev/null and b/wps/iCatcher/holdremote-g.bmp differ diff --git a/wps/iCatcher/pb-fforward-g.bmp b/wps/iCatcher/pb-fforward-g.bmp new file mode 100755 index 0000000..ca9dda8 Binary files /dev/null and b/wps/iCatcher/pb-fforward-g.bmp differ diff --git a/wps/iCatcher/pb-pause-g.bmp b/wps/iCatcher/pb-pause-g.bmp new file mode 100755 index 0000000..73aa095 Binary files /dev/null and b/wps/iCatcher/pb-pause-g.bmp differ diff --git a/wps/iCatcher/pb-play-g.bmp b/wps/iCatcher/pb-play-g.bmp new file mode 100755 index 0000000..3f1ea52 Binary files /dev/null and b/wps/iCatcher/pb-play-g.bmp differ diff --git a/wps/iCatcher/pb-rewind-g.bmp b/wps/iCatcher/pb-rewind-g.bmp new file mode 100755 index 0000000..cfe5674 Binary files /dev/null and b/wps/iCatcher/pb-rewind-g.bmp differ diff --git a/wps/iCatcher/repeata-b-g.bmp b/wps/iCatcher/repeata-b-g.bmp new file mode 100755 index 0000000..61e2611 Binary files /dev/null and b/wps/iCatcher/repeata-b-g.bmp differ diff --git a/wps/iCatcher/repeatall-g.bmp b/wps/iCatcher/repeatall-g.bmp new file mode 100755 index 0000000..9ada6fb Binary files /dev/null and b/wps/iCatcher/repeatall-g.bmp differ diff --git a/wps/iCatcher/repeatone-g.bmp b/wps/iCatcher/repeatone-g.bmp new file mode 100755 index 0000000..4166ec8 Binary files /dev/null and b/wps/iCatcher/repeatone-g.bmp differ diff --git a/wps/iCatcher/repeatshuffle-g.bmp b/wps/iCatcher/repeatshuffle-g.bmp new file mode 100755 index 0000000..25dffbd Binary files /dev/null and b/wps/iCatcher/repeatshuffle-g.bmp differ diff --git a/wps/iCatcher/shuffle0-g.bmp b/wps/iCatcher/shuffle0-g.bmp new file mode 100755 index 0000000..9595058 Binary files /dev/null and b/wps/iCatcher/shuffle0-g.bmp differ diff --git a/wps/iCatcher/shuffle1-g.bmp b/wps/iCatcher/shuffle1-g.bmp new file mode 100755 index 0000000..4e4bf03 Binary files /dev/null and b/wps/iCatcher/shuffle1-g.bmp differ diff --git a/wps/iCatcher/upbar-138.bmp b/wps/iCatcher/upbar-138.bmp index ff8166d..5d6ca1e 100755 Binary files a/wps/iCatcher/upbar-138.bmp and b/wps/iCatcher/upbar-138.bmp differ diff --git a/wps/iCatcher/upbar-160.bmp b/wps/iCatcher/upbar-160.bmp index a3f1436..daaab2d 100755 Binary files a/wps/iCatcher/upbar-160.bmp and b/wps/iCatcher/upbar-160.bmp differ diff --git a/wps/iCatcher/vol0-g.bmp b/wps/iCatcher/vol0-g.bmp new file mode 100755 index 0000000..830d9b6 Binary files /dev/null and b/wps/iCatcher/vol0-g.bmp differ diff --git a/wps/iCatcher/vol1-g.bmp b/wps/iCatcher/vol1-g.bmp new file mode 100755 index 0000000..e7f9308 Binary files /dev/null and b/wps/iCatcher/vol1-g.bmp differ diff --git a/wps/iCatcher/vol2-g.bmp b/wps/iCatcher/vol2-g.bmp new file mode 100755 index 0000000..ff6f437 Binary files /dev/null and b/wps/iCatcher/vol2-g.bmp differ diff --git a/wps/iCatcher/vol3-g.bmp b/wps/iCatcher/vol3-g.bmp new file mode 100755 index 0000000..c7f0e5d Binary files /dev/null and b/wps/iCatcher/vol3-g.bmp differ diff --git a/wps/iCatcher/vol4-g.bmp b/wps/iCatcher/vol4-g.bmp new file mode 100755 index 0000000..c2ea851 Binary files /dev/null and b/wps/iCatcher/vol4-g.bmp differ diff --git a/wps/iCatcher/vol5-g.bmp b/wps/iCatcher/vol5-g.bmp new file mode 100755 index 0000000..b17141a Binary files /dev/null and b/wps/iCatcher/vol5-g.bmp differ diff --git a/wps/iCatcher/vol6-g.bmp b/wps/iCatcher/vol6-g.bmp new file mode 100755 index 0000000..65dd206 Binary files /dev/null and b/wps/iCatcher/vol6-g.bmp differ diff --git a/wps/iCatcher/vol7-g.bmp b/wps/iCatcher/vol7-g.bmp new file mode 100755 index 0000000..9d43b37 Binary files /dev/null and b/wps/iCatcher/vol7-g.bmp differ diff --git a/wps/iCatcher/vol8-g.bmp b/wps/iCatcher/vol8-g.bmp new file mode 100755 index 0000000..6bcc9ce Binary files /dev/null and b/wps/iCatcher/vol8-g.bmp differ -- cgit v1.1