From fc39782657cdd8f270380cf3f19e9beff0024f10 Mon Sep 17 00:00:00 2001 From: pixelma Date: Sat, 28 Nov 2009 16:37:33 +0000 Subject: [PATCH] Make the classic_statusbar.sbs more classic. Icons, position of numbers, charging animation (only tested on a colour display so far), volume as before but gets a 'clipping' icon on targets that allow more than 0dB, add channels indicator in the rec screen. The only difference on swcodec should be the disk activity indicator on flash targets (for now). On hwcodec there are small differences in the recording screen - quality display is simply using the system font (no wasting another bitmap on a slightly less taller Q), frequency uses icons now (keeping the differences between the sbs files smaller and with the small 'k' it's easier to understand, but debateable). Since the animation makes use of the viewport colour (shades) parameters, a classic_statusbar.grey.sbs was needed - reusing the colour one didn't work correctly anyways. The difference between Recorders (RTC) and Ondios (disk activity) is achieved through the 112x64x1.sbs file itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23775 a1c6a512-1295-4272-9138-f99709370657 --- ...atusbar.rsbs => classic_statusbar.112x64x1.sbs} | 83 +++++++++++++-------- ...ic_statusbar.sbs => classic_statusbar.grey.sbs} | 78 +++++++++++-------- ...c_statusbar.rsbs => classic_statusbar.mono.sbs} | 76 ++++++++++++------- wps/classic_statusbar.sbs | 76 ++++++++++++------- wps/classic_statusbar/access_disk.bmp | Bin 0 -> 90 bytes wps/classic_statusbar/access_flash.bmp | Bin 0 -> 90 bytes wps/classic_statusbar/batter-y.bmp | Bin 0 -> 90 bytes wps/classic_statusbar/battery.bmp | Bin 384 -> 510 bytes wps/classic_statusbar/rec_channels.bmp | Bin 0 -> 118 bytes wps/classic_statusbar/rec_encoders.bmp | Bin 192 -> 158 bytes wps/classic_statusbar/rec_frequencies.bmp | Bin 448 -> 446 bytes wps/classic_statusbar/rec_mpegbitrates.bmp | Bin 640 -> 638 bytes wps/classic_statusbar/status.bmp | Bin 516 -> 542 bytes wps/classic_statusbar/volume.bmp | Bin 384 -> 538 bytes 14 files changed, 194 insertions(+), 119 deletions(-) copy wps/{classic_statusbar.rsbs => classic_statusbar.112x64x1.sbs} (52%) copy wps/{classic_statusbar.sbs => classic_statusbar.grey.sbs} (55%) rename wps/{classic_statusbar.rsbs => classic_statusbar.mono.sbs} (58%) create mode 100644 wps/classic_statusbar/access_disk.bmp create mode 100644 wps/classic_statusbar/access_flash.bmp create mode 100644 wps/classic_statusbar/batter-y.bmp rewrite wps/classic_statusbar/battery.bmp (100%) create mode 100644 wps/classic_statusbar/rec_channels.bmp mode change 100755 => 100644 wps/classic_statusbar/rec_encoders.bmp rewrite wps/classic_statusbar/rec_frequencies.bmp (100%) mode change 100755 => 100644 rewrite wps/classic_statusbar/rec_mpegbitrates.bmp (100%) mode change 100755 => 100644 rewrite wps/classic_statusbar/status.bmp (100%) rewrite wps/classic_statusbar/volume.bmp (100%) diff --git a/wps/classic_statusbar.rsbs b/wps/classic_statusbar.112x64x1.sbs similarity index 52% copy from wps/classic_statusbar.rsbs copy to wps/classic_statusbar.112x64x1.sbs index 413f98239..739b345a4 100644 --- a/wps/classic_statusbar.rsbs +++ b/wps/classic_statusbar.112x64x1.sbs @@ -13,74 +13,95 @@ # Just comment out the line for the one you dont want! # comment out the next line if you dont want battery icons - %Vda +%Vda%Vde + # comment out the next line if you dont want battery number as text # %Vdb # comment out the next line if you dont want volume icons -# %Vdc +%Vdc # comment out the next line if you dont want volume number as text # %Vdd ################################################################ # Load some bitmaps -%xl|B|battery.bmp|0|0|10| -%xl|V|volume.bmp|0|0|10| -%xl|S|status.bmp|0|0|14| +%xl|B|battery.bmp|0|0|16| +%xl|V|volume.bmp|1|0|17| +%xl|S|status.bmp|0|0|15| +%xl|D|access_flash.bmp|0|0| +%xl|y|batter-y.bmp|0|0| -%xl|m|rec_mpegbitrates.bmp|0|0|18| +# %xl|m|rec_mpegbitrates.bmp|1|0|18| %xl|f|rec_frequencies.bmp|0|0|12| -%xl|e|rec_encoders.bmp|0|0|4| +# %xl|e|rec_encoders.bmp|0|0|3| +%xl|c|rec_channels.bmp|13|0|2| # Enable the correct viewports %?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> +# Charging animation viewports +%t2%?bc<%Vdx|%Vda>;%t2%Vda + +# Either RTC (Recorders) or virtual LED (Ondios) viewport +%?cc<%Vdt|%Vdl> + # Battery area, Icons -%Vl|a|0|0|16|8|0| -%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> -# charging icon -%Vl|a|16|0|8|8|0| -%?bc<%xdSa|> +%Vl|a|0|0|17|7|0| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# Battery area, viewport with full battery icon for charging animation +%Vl|x|0|0|17|7|0| +%xdBo + +# end of battery symbol (to exclude it from animation) +%Vl|e|17|0|3|7|0| +%xdy + +# usb power or charger icon +%V|20|0|8|8|0| +%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> # battery area, no icons -%Vl|b|0|0|-|8|0| -%bl%bc +%Vl|b|0|0|18|8|0| +%ar%bl # Volume area -%Vl|c|27|0|-|8|0| -%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>> -%Vl|d|27|0|-|8|0| -%pv +%Vl|c|28|0|19|8|0| +%?mv<%ac%?pv<%xdVa|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>> +%Vl|d|28|0|19|8|0| +%ac%?pv<%xdVa|%pv| %pv| %pv> # Icons, all in the same bmp strip, so need to use multiple viewports # Playback mode -%Vl|p|46|0|-|8|0| +%Vl|p|47|0|9|8|0| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> # Repeat mode -%Vl|r|54|0|-|8|0| +%Vl|r|56|0|9|8|0| %?mm<|%xdSk|%xdSl|%xdSm|%xdSn> # Shuffle mode -%Vl|s|64|0|-|8|0| +%Vl|s|65|0|-|8|0| %?ps<%xdSm|> # Recording section # encoder/mpeg bitrate -%Vl|z|27|0|18|8|0| -%?Rp<%?Re<%xdea|%xdeb|%xdec|%?Rb<%xdma|%xdmb|%xdmc|%xdmd|%xdme|%xdmf|%xdmg|%xdmh|%xdmi|%xdmj|%xdmk|%xdml|%xdmm|%xdmn|%xdmo|%xdmp|%xdmq|%xdmr>>> +%Vl|z|28|0|19|8|0| +%?Rp<%acQ%Rb> # status icon -%Vl|z|46|0|8|8|0| +%Vl|z|47|0|8|8|0| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> -# frequency -%Vl|z|54|0|-|8|0| +# frequency and channels +%Vl|z|55|0|-|8|0| %?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> +%?Rm<%xdca|%xdcb> -# Clock on RTC able targets, and disk access -%V|-36|0|-6|8|0| # align on the right with room for 6 SYSFONT digits +# Clock on Recorders +%Vl|t|-30|0|30|8|0| # align on the right with room for 5 SYSFONT digits %?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> -# disk access "icon" -%V|-6|0|-|8|0| # align on the right with room for 1 SYSFONT digit -%?lh<*|> + +# Disk access on Ondios +%Vl|l|-12|0|-|8|0| +%?lh<%xdD|> diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.grey.sbs similarity index 55% copy from wps/classic_statusbar.sbs copy to wps/classic_statusbar.grey.sbs index 01beced4c..21c2c88b6 100644 --- a/wps/classic_statusbar.sbs +++ b/wps/classic_statusbar.grey.sbs @@ -5,7 +5,7 @@ # # specify the UI area viewport... everything but a bar 8 pixels high at the top -%Vi|0|8|-|-|1|-|-| +%Vi|0|8|-|-|1|0|3| ############################################################## # Options: @@ -13,74 +13,92 @@ # Just comment out the line for the one you dont want! # comment out the next line if you dont want battery icons - %Vda +%Vda%Vde + # comment out the next line if you dont want battery number as text # %Vdb # comment out the next line if you dont want volume icons -# %Vdc +%Vdc # comment out the next line if you dont want volume number as text # %Vdd ################################################################ # Load some bitmaps -%xl|B|battery.bmp|0|0|10| -%xl|V|volume.bmp|0|0|10| -%xl|S|status.bmp|0|0|14| +%xl|B|battery.bmp|0|0|16| +%xl|V|volume.bmp|1|0|17| +%xl|S|status.bmp|0|0|15| +%xl|D|access_disk.bmp|0|0| +%xl|y|batter-y.bmp|0|0| -%xl|m|rec_mpegbitrates.bmp|0|0|18| +%xl|m|rec_mpegbitrates.bmp|1|0|18| %xl|f|rec_frequencies.bmp|0|0|12| -%xl|e|rec_encoders.bmp|0|0|4| +%xl|e|rec_encoders.bmp|0|0|3| +%xl|c|rec_channels.bmp|13|0|2| # Enable the correct viewports %?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> +# Charging animation viewports +%t2%?bc<%Vdx|%Vda>;%t2%Vda + # Battery area, Icons -%Vl|a|0|0|16|8|0|-|-| -%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> -# charging icon -%Vl|a|16|0|8|8|0|-|-| -%?bc<%xdSa|> +%Vl|a|0|0|17|7|0|0|3| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# Battery area, grey background viewport for charging animation +%Vl|x|0|0|17|7|0|0|1| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# end of battery symbol (to exclude it from animation) +%Vl|e|17|0|3|7|0|0|3| +%xdy + +# usb power or charger icon +%V|20|0|8|8|0|0|3| +%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> # battery area, no icons -%Vl|b|0|0|-|8|0|-|-| -%bl%bc +%Vl|b|0|0|18|8|0|0|3| +%ar%bl # Volume area -%Vl|c|27|0|-|8|0|-|-| -%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>> -%Vl|d|27|0|-|8|0|-|-| -%pv +%Vl|c|28|0|19|8|0|0|3| +%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>> +%Vl|d|28|0|19|8|0|0|3| +%ac%?pv<%pv|%pv| %pv| %pv> # Icons, all in the same bmp strip, so need to use multiple viewports # Playback mode -%Vl|p|46|0|-|8|0|-|-| +%Vl|p|47|0|9|8|0|0|3| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> # Repeat mode -%Vl|r|54|0|-|8|0|-|-| +%Vl|r|56|0|9|8|0|0|3| %?mm<|%xdSk|%xdSl|%xdSm|%xdSn> # Shuffle mode -%Vl|s|64|0|-|8|0|-|-| +%Vl|s|65|0|-|8|0|0|3| %?ps<%xdSm|> # Recording section # encoder/mpeg bitrate -%Vl|z|27|0|18|8|0|-|-| +%Vl|z|28|0|19|8|0|0|3| %?Rp<%?Re<%xdea|%xdeb|%xdec|%?Rb<%xdma|%xdmb|%xdmc|%xdmd|%xdme|%xdmf|%xdmg|%xdmh|%xdmi|%xdmj|%xdmk|%xdml|%xdmm|%xdmn|%xdmo|%xdmp|%xdmq|%xdmr>>> # status icon -%Vl|z|46|0|8|8|0|-|-| +%Vl|z|47|0|8|8|0|0|3| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> -# frequency -%Vl|z|54|0|-|8|0|-|-| +# frequency and channels +%Vl|z|55|0|-|8|0|0|3| %?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> +%?Rm<%xdca|%xdcb> # Clock on RTC able targets, and disk access -%V|-36|0|-6|8|0|-|-| # align on the right with room for 6 SYSFONT digits +%V|-43|0|31|8|0|0|3| # align on the right with room for 5 SYSFONT digits %?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> -# disk access "icon" -%V|-6|0|-|8|0|-|-| # align on the right with room for 1 SYSFONT digit -%?lh<*|> + +# disk access icon +%V|-12|0|-|8|0|0|3| +%?lh<%xdD|> diff --git a/wps/classic_statusbar.rsbs b/wps/classic_statusbar.mono.sbs similarity index 58% rename from wps/classic_statusbar.rsbs rename to wps/classic_statusbar.mono.sbs index 413f98239..268c6976a 100644 --- a/wps/classic_statusbar.rsbs +++ b/wps/classic_statusbar.mono.sbs @@ -13,74 +13,92 @@ # Just comment out the line for the one you dont want! # comment out the next line if you dont want battery icons - %Vda +%Vda%Vde + # comment out the next line if you dont want battery number as text # %Vdb # comment out the next line if you dont want volume icons -# %Vdc +%Vdc # comment out the next line if you dont want volume number as text # %Vdd ################################################################ # Load some bitmaps -%xl|B|battery.bmp|0|0|10| -%xl|V|volume.bmp|0|0|10| -%xl|S|status.bmp|0|0|14| +%xl|B|battery.bmp|0|0|16| +%xl|V|volume.bmp|1|0|17| +%xl|S|status.bmp|0|0|15| +%xl|D|access_disk.bmp|0|0| +%xl|y|batter-y.bmp|0|0| -%xl|m|rec_mpegbitrates.bmp|0|0|18| +%xl|m|rec_mpegbitrates.bmp|1|0|18| %xl|f|rec_frequencies.bmp|0|0|12| -%xl|e|rec_encoders.bmp|0|0|4| +%xl|e|rec_encoders.bmp|0|0|3| +%xl|c|rec_channels.bmp|13|0|2| # Enable the correct viewports %?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> +# Charging animation viewports +%t2%?bc<%Vdx|%Vda>;%t2%Vda + # Battery area, Icons -%Vl|a|0|0|16|8|0| -%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> -# charging icon -%Vl|a|16|0|8|8|0| -%?bc<%xdSa|> +%Vl|a|0|0|17|7|0| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# Battery area, viewport with full battery icon for charging animation +%Vl|x|0|0|17|7|0| +%xdBo + +# end of battery symbol (to exclude it from animation) +%Vl|e|17|0|3|7|0| +%xdy + +# usb power or charger icon +%V|20|0|8|8|0| +%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> # battery area, no icons -%Vl|b|0|0|-|8|0| -%bl%bc +%Vl|b|0|0|18|8|0| +%ar%bl # Volume area -%Vl|c|27|0|-|8|0| -%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>> -%Vl|d|27|0|-|8|0| -%pv +%Vl|c|28|0|19|8|0| +%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>> +%Vl|d|28|0|19|8|0| +%ac%?pv<%pv|%pv| %pv| %pv> # Icons, all in the same bmp strip, so need to use multiple viewports # Playback mode -%Vl|p|46|0|-|8|0| +%Vl|p|47|0|9|8|0| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> # Repeat mode -%Vl|r|54|0|-|8|0| +%Vl|r|56|0|9|8|0| %?mm<|%xdSk|%xdSl|%xdSm|%xdSn> # Shuffle mode -%Vl|s|64|0|-|8|0| +%Vl|s|65|0|-|8|0| %?ps<%xdSm|> # Recording section # encoder/mpeg bitrate -%Vl|z|27|0|18|8|0| +%Vl|z|28|0|19|8|0| %?Rp<%?Re<%xdea|%xdeb|%xdec|%?Rb<%xdma|%xdmb|%xdmc|%xdmd|%xdme|%xdmf|%xdmg|%xdmh|%xdmi|%xdmj|%xdmk|%xdml|%xdmm|%xdmn|%xdmo|%xdmp|%xdmq|%xdmr>>> # status icon -%Vl|z|46|0|8|8|0| +%Vl|z|47|0|8|8|0| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> -# frequency -%Vl|z|54|0|-|8|0| +# frequency and channels +%Vl|z|55|0|-|8|0| %?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> +%?Rm<%xdca|%xdcb> # Clock on RTC able targets, and disk access -%V|-36|0|-6|8|0| # align on the right with room for 6 SYSFONT digits +%V|-43|0|31|8|0| # align on the right with room for 5 SYSFONT digits %?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> -# disk access "icon" -%V|-6|0|-|8|0| # align on the right with room for 1 SYSFONT digit -%?lh<*|> + +# disk access icon +%V|-12|0|-|8|0| +%?lh<%xdD|> diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs index 01beced4c..86214dbe2 100644 --- a/wps/classic_statusbar.sbs +++ b/wps/classic_statusbar.sbs @@ -13,74 +13,92 @@ # Just comment out the line for the one you dont want! # comment out the next line if you dont want battery icons - %Vda +%Vda%Vde + # comment out the next line if you dont want battery number as text # %Vdb # comment out the next line if you dont want volume icons -# %Vdc +%Vdc # comment out the next line if you dont want volume number as text # %Vdd ################################################################ # Load some bitmaps -%xl|B|battery.bmp|0|0|10| -%xl|V|volume.bmp|0|0|10| -%xl|S|status.bmp|0|0|14| +%xl|B|battery.bmp|0|0|16| +%xl|V|volume.bmp|1|0|17| +%xl|S|status.bmp|0|0|15| +%xl|D|access_disk.bmp|0|0| +%xl|y|batter-y.bmp|0|0| -%xl|m|rec_mpegbitrates.bmp|0|0|18| +%xl|m|rec_mpegbitrates.bmp|1|0|18| %xl|f|rec_frequencies.bmp|0|0|12| -%xl|e|rec_encoders.bmp|0|0|4| +%xl|e|rec_encoders.bmp|0|0|3| +%xl|c|rec_channels.bmp|13|0|2| # Enable the correct viewports %?cs<%Vdc%Vdp%Vdr%Vds|%Vdc%Vdp%Vdr%Vds|%Vdz|%Vdc%Vdp%Vdr%Vds> +# Charging animation viewports +%t2%?bc<%Vdx|%Vda>;%t2%Vda + # Battery area, Icons -%Vl|a|0|0|16|8|0|-|-| -%?bl<%xdBa|%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj> -# charging icon -%Vl|a|16|0|8|8|0|-|-| -%?bc<%xdSa|> +%Vl|a|0|0|17|7|0|-|-| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# Battery area, grey background viewport for charging animation +%Vl|x|0|0|17|7|0|-|555555| +%?bl<%xdBa|%xdBb|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj|%xdBk|%xdBl|%xdBm|%xdBn|%xdBo> + +# end of battery symbol (to exclude it from animation) +%Vl|e|17|0|3|7|0|-|-| +%xdy + +# usb power or charger icon +%V|20|0|8|8|0|-|-| +%?bu<%xdSa|%?bc<%xdSa|%?bp<%xdSo>>> # battery area, no icons -%Vl|b|0|0|-|8|0|-|-| -%bl%bc +%Vl|b|0|0|18|8|0|-|-| +%ar%bl # Volume area -%Vl|c|27|0|-|8|0|-|-| -%?mv<%pv|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj>> -%Vl|d|27|0|-|8|0|-|-| -%pv +%Vl|c|28|0|19|8|0|-|-| +%?mv<%ac%?pv<%pv|%pv| %pv| %pv>|%?pv<%xdVa|%xdVb|%xdVc|%xdVd|%xdVe|%xdVf|%xdVg|%xdVh|%xdVi|%xdVj|%xdVk|%xdVl|%xdVm|%xdVn|%xdVo|%xdVp|%xdVq>> +%Vl|d|28|0|19|8|0|-|-| +%ac%?pv<%pv|%pv| %pv| %pv> # Icons, all in the same bmp strip, so need to use multiple viewports # Playback mode -%Vl|p|46|0|-|8|0|-|-| +%Vl|p|47|0|9|8|0|-|-| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> # Repeat mode -%Vl|r|54|0|-|8|0|-|-| +%Vl|r|56|0|9|8|0|-|-| %?mm<|%xdSk|%xdSl|%xdSm|%xdSn> # Shuffle mode -%Vl|s|64|0|-|8|0|-|-| +%Vl|s|65|0|-|8|0|-|-| %?ps<%xdSm|> # Recording section # encoder/mpeg bitrate -%Vl|z|27|0|18|8|0|-|-| +%Vl|z|28|0|19|8|0|-|-| %?Rp<%?Re<%xdea|%xdeb|%xdec|%?Rb<%xdma|%xdmb|%xdmc|%xdmd|%xdme|%xdmf|%xdmg|%xdmh|%xdmi|%xdmj|%xdmk|%xdml|%xdmm|%xdmn|%xdmo|%xdmp|%xdmq|%xdmr>>> # status icon -%Vl|z|46|0|8|8|0|-|-| +%Vl|z|47|0|8|8|0|-|-| %?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj> -# frequency -%Vl|z|54|0|-|8|0|-|-| +# frequency and channels +%Vl|z|55|0|-|8|0|-|-| %?Rp<%?Rf<%xdfa|%xdfb|%xdfc|%xdfd|%xdfe|%xdff|%xdfg|%xdfh|%xdfi|%xdfj|%xdfk|%xdfl>> +%?Rm<%xdca|%xdcb> # Clock on RTC able targets, and disk access -%V|-36|0|-6|8|0|-|-| # align on the right with room for 6 SYSFONT digits +%V|-43|0|31|8|0|-|-| # align on the right with room for 5 SYSFONT digits %?cc<%?ca<%?St|time format|<%cH|%cI>:%cM|--:-->|> -# disk access "icon" -%V|-6|0|-|8|0|-|-| # align on the right with room for 1 SYSFONT digit -%?lh<*|> + +# disk access icon +%V|-12|0|-|8|0|-|-| +%?lh<%xdD|> diff --git a/wps/classic_statusbar/access_disk.bmp b/wps/classic_statusbar/access_disk.bmp new file mode 100644 index 0000000000000000000000000000000000000000..7586b0f3ef72f62557f4456d62b046627230a679 GIT binary patch literal 90 zcwTezjbeZRJ0R8oVjdu72VzDb1OXW!KFkNfObiI{|Nno6A0HSPz7#MpyfI*4cm%`` MH!v`K1oA=R0Lr5fb^rhX literal 0 HcwPel00001 diff --git a/wps/classic_statusbar/access_flash.bmp b/wps/classic_statusbar/access_flash.bmp new file mode 100644 index 0000000000000000000000000000000000000000..4e9935ace2aa362b3d567df7d6e9639e63b308e5 GIT binary patch literal 90 zcwTezjbeZRJ0R8oVjdu72VzDb1OXW!KFkNfObiI{|Nno613M;)Y-*1_b#3|35_ENbL2X1PzGN=tL)u@i?)VN&Lx|$;tG?5#+8_jVjcn zf;^8+PnkUu`2rxn1qX``mO5DOV3mV)4hF|tfW;y#mcn8=ELOo{9W1uMx{Bkw7qzNg JWL8Nnaso$>JZ=C0 literal 384 zcwSw}I|_g>6hzSo@){d)6|TaoSb?};&f@9;Rt^OyPx8(CHNFcYu3g^}2QKXMR~|9ij=LR8JHlpN&N)pW^K^` diff --git a/wps/classic_statusbar/rec_channels.bmp b/wps/classic_statusbar/rec_channels.bmp new file mode 100644 index 0000000000000000000000000000000000000000..5465f39c42d0028d301bf0f553b36cbb3292d5c8 GIT binary patch literal 118 zcwTezEn|QHJ0R8oVpbsL17b!X1OW>mKFkNfObiI{|Nno60wApb!~sYc#0QDL0OAus LyaEZIfQkbEoVpFd literal 0 HcwPel00001 diff --git a/wps/classic_statusbar/rec_encoders.bmp b/wps/classic_statusbar/rec_encoders.bmp old mode 100755 new mode 100644 index 6ef2a37d99a57b0520eaec2dac55a08594e91eb7..a97701fb29dc9733e1320f7823df03a79b3064bb GIT binary patch literal 158 zcwTezoyPzHc0jBF#DYL90mO_z2m%Q}EW{1LObiI{|Nnm=ZUEzddm9-3Mgeg+1H<3z o5Db$8;nHddX0?RSy&S0WYwtENgx+dk2oYysC*Gl$3n0AjWVNkf&c&iGav&OC=LPQ94H$FECiYt)WE

Q|@)d_-YlOeQa^#K%lO+f~RP@x8f&@T=Qu0XvmPhk21{?8J2 diff --git a/wps/classic_statusbar/rec_frequencies.bmp b/wps/classic_statusbar/rec_frequencies.bmp old mode 100755 new mode 100644 dissimilarity index 100% index ae29a92fe831c57a616ab29a575d913a67c6a285..8b977c9dfbf86c0edbf15d097c14684fd9481b02 GIT binary patch literal 446 zcwTez-N(oP26jNK0mR%uoB+g(3=oM1ASJ{N!AuMY@c;jRhW`&3!1$vB1H)GZC=Jy7 zF@XUt2f~6t@!dfA-9XwHD7PDn{C1%HMj&kql-r0!ek)Yo9EW_l0))N`loLdgmj#N~ zLglXl#1PDf!zX&oHNj?yZ{jpH_QXKY&BI!rBAKCnHBzXW< C2y`|8 literal 448 zcwTezJ;2BS26jNK0mM8&oB+g(3=oMXASJ{N!7%Xu|9=K#z#hQBz?uN19e}h0iZnwx zP+SQpuLPvifO1M$OeXXD5s7^UKJ{zfbQ`u2wcVVAt@ z&VKV|X4!_tAZyf8Gr6f_DVMe(P5$8d-Q|+= zNzN^p_l+6qGd|lmj`VBAn<=fB>Jw9+v(9avOQsfQU(uSszz-8w z`p)77QznV(m}v+R#}M+ zCfW5r+dsCnGd>RIp6zh&-C)vjB#A!spbl%O;L&&>wHqnEnuN7hVq_J<7HZ5P*VT~o zW-x*(jA72cfelQVm&}I!CVb!md)5cIv9Ejju|Bds!5w_g(^*fr!WkCuWq$=b)|oeR z%x?l{6$D(*&aU%|VI;qU7etcYi!euA*S-f`$?w)-?Xe$}h^0KVuXmy6)H51ppX$T2jk#JD*ylh literal 516 zcwT+aF%AJy5C-6}Q3#1*E2XH!0Ys%xY20C>P{41of)+(V%Lv+b2q|da4LU@-HiB0(3fcr+Ku}- d5a*g*O>t>xi-ujrf7)MbW8R@LkErxSh7W7#x{&|? literal 384 zcwTkSF$%&k0EOWf5i>YcoE*eDIP?@!yEqBnKu1SM2QePaqj&^IC*vPu)wKBFBZU{j zYqdHXy)s9E0oE{zMa41fM|HgSpYP2>%CN)&IU<2HGo* ysQU{&EDTgCi9-%6y%(opj(+B}a>N+jKYe3vD~-8nX4oP8+ci=+w^C;sE<6G1eIVKZ -- 2.11.4.GIT