diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-01-23 01:25:11 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-01-23 01:25:11 +0000 |
| commit | 17862d2061a0cae79ae055d44663dd2a95eec0bc (patch) | |
| tree | e9c9245f45e9b654b03faa7769195271df994b31 | |
| parent | 7bcfc38b4216b73afaeffec506a83debb7e58df2 (diff) | |
| download | rockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.zip rockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.tar.gz rockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.tar.bz2 rockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.tar.xz | |
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
| -rw-r--r-- | wps/DancePuffDuo.128x64x1.wps | 2 | ||||
| -rw-r--r-- | wps/DancePuffDuo/bg-r.bmp | bin | 0 -> 270 bytes | |||
| -rw-r--r-- | wps/iAmp.128x64x1.wps | 2 | ||||
| -rw-r--r-- | wps/iAmp/line-r.bmp | bin | 0 -> 78 bytes |
4 files changed, 2 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 0000000..0f3828c --- /dev/null +++ b/wps/DancePuffDuo/bg-r.bmp 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 Binary files differnew file mode 100644 index 0000000..ce17499 --- /dev/null +++ b/wps/iAmp/line-r.bmp |