summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-11-02 01:14:16 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-11-02 01:14:16 +0000
commit451f9d58f35a2372a119caa4d9ca56879d8aae4c (patch)
tree0ae294c2bdd4ffaa8c50f6f7a43247642cf8d80b
parentfb126d4305c87e95d7079a37f48530bcb937633c (diff)
downloadrockbox-451f9d58f35a2372a119caa4d9ca56879d8aae4c.tar.gz
rockbox-451f9d58f35a2372a119caa4d9ca56879d8aae4c.zip
more minor classic_statusbar.sbs changes... display the rec/fm mode correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23482 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--wps/classic_statusbar.sbs6
-rw-r--r--wps/classic_statusbar/status.bmpbin2358 -> 2766 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs
index 953b9a4a0e..e1a40be1e4 100644
--- a/wps/classic_statusbar.sbs
+++ b/wps/classic_statusbar.sbs
@@ -27,7 +27,7 @@
27# Load some bitmaps 27# Load some bitmaps
28%xl|B|battery.bmp|0|0|10| 28%xl|B|battery.bmp|0|0|10|
29%xl|V|volume.bmp|0|0|10| 29%xl|V|volume.bmp|0|0|10|
30%xl|S|status.bmp|0|0|12| 30%xl|S|status.bmp|0|0|14|
31 31
32# Battery area, Icons 32# Battery area, Icons
33%Vl|a|0|0|-|8|0|-|-| 33%Vl|a|0|0|-|8|0|-|-|
@@ -48,8 +48,8 @@
48 48
49# Icons, all in the same bmp strip, so need to use multiple viewports 49# Icons, all in the same bmp strip, so need to use multiple viewports
50# Playback mode 50# Playback mode
51%V|44|0|-|8|0|-|-| 51%V|46|0|-|8|0|-|-|
52%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf> 52%?mp<%xdSc|%xdSb|%xdSd|%xdSe|%xdSf|%xdSg|%xdSh|%xdSi|%xdSj>
53 53
54# Repeat mode 54# Repeat mode
55%V|54|0|-|8|0|-|-| 55%V|54|0|-|8|0|-|-|
diff --git a/wps/classic_statusbar/status.bmp b/wps/classic_statusbar/status.bmp
index c16044a66c..7f57b7824c 100644
--- a/wps/classic_statusbar/status.bmp
+++ b/wps/classic_statusbar/status.bmp
Binary files differ