summaryrefslogtreecommitdiffstats
path: root/wps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-01-23 01:25:11 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-01-23 01:25:11 +0000
commit17862d2061a0cae79ae055d44663dd2a95eec0bc (patch)
treee9c9245f45e9b654b03faa7769195271df994b31 /wps
parent7bcfc38b4216b73afaeffec506a83debb7e58df2 (diff)
downloadrockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.tar.gz
rockbox-17862d2061a0cae79ae055d44663dd2a95eec0bc.zip
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
Diffstat (limited to 'wps')
-rw-r--r--wps/DancePuffDuo.128x64x1.wps2
-rw-r--r--wps/DancePuffDuo/bg-r.bmpbin0 -> 270 bytes
-rw-r--r--wps/iAmp.128x64x1.wps2
-rw-r--r--wps/iAmp/line-r.bmpbin0 -> 78 bytes
4 files changed, 2 insertions, 2 deletions
diff --git a/wps/DancePuffDuo.128x64x1.wps b/wps/DancePuffDuo.128x64x1.wps
index 304275c3e1..ddf417efbf 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 0000000000..0f3828c519
--- /dev/null
+++ b/wps/DancePuffDuo/bg-r.bmp
Binary files differ
diff --git a/wps/iAmp.128x64x1.wps b/wps/iAmp.128x64x1.wps
index a0f172a55a..cba73d42ee 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 0000000000..ce17499819
--- /dev/null
+++ b/wps/iAmp/line-r.bmp
Binary files differ