From 17862d2061a0cae79ae055d44663dd2a95eec0bc Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 23 Jan 2009 01:25:11 +0000 Subject: DancePuffDuo and iAmp 128x64x1 versions. Use a dedicated bitmap for the 128 pixel wide display instead of reusing the 160 pixel wide one (add bitmaps and reference them in the .wps files accordingly. Fixes these WPSs for targets with 128x64x1 main display. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19821 a1c6a512-1295-4272-9138-f99709370657 --- wps/DancePuffDuo.128x64x1.wps | 2 +- wps/DancePuffDuo/bg-r.bmp | Bin 0 -> 270 bytes wps/iAmp.128x64x1.wps | 2 +- wps/iAmp/line-r.bmp | Bin 0 -> 78 bytes 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 wps/DancePuffDuo/bg-r.bmp create mode 100644 wps/iAmp/line-r.bmp diff --git a/wps/DancePuffDuo.128x64x1.wps b/wps/DancePuffDuo.128x64x1.wps index 304275c..ddf417e 100644 --- a/wps/DancePuffDuo.128x64x1.wps +++ b/wps/DancePuffDuo.128x64x1.wps @@ -1,4 +1,4 @@ -%x|a|bg.bmp|0|0| +%x|a|bg-r.bmp|0|0| %xl|A|playmode.bmp|59|0|5| %xl|B|repeat.bmp|114|0|4| %xl|C|Shf.bmp|101|0| diff --git a/wps/DancePuffDuo/bg-r.bmp b/wps/DancePuffDuo/bg-r.bmp new file mode 100644 index 0000000..0f3828c Binary files /dev/null and b/wps/DancePuffDuo/bg-r.bmp differ diff --git a/wps/iAmp.128x64x1.wps b/wps/iAmp.128x64x1.wps index a0f172a..cba73d4 100644 --- a/wps/iAmp.128x64x1.wps +++ b/wps/iAmp.128x64x1.wps @@ -1,5 +1,5 @@ %x|a|iAmp.bmp|100|0| -%x|b|line.bmp|0|11| +%x|b|line-r.bmp|0|11| %x|c|pb.bmp|96|40| %wd diff --git a/wps/iAmp/line-r.bmp b/wps/iAmp/line-r.bmp new file mode 100644 index 0000000..ce17499 Binary files /dev/null and b/wps/iAmp/line-r.bmp differ -- cgit v1.1