summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-18 01:58:52 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-18 01:58:52 +0000
commit8ec87106bca99843ac2f9e8681d07e182eb4e25c (patch)
treed5f13cd90965fc9970a54a9d3cbfb3b8e1e30cf7
parent0f3e9598e025edc7a7748e32ecce5a699a5187ee (diff)
downloadrockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.tar.gz
rockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.zip
M:Robe 500: Cleanup the simulator image.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20727 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xuisimulator/sdl/UI-mrobe500.bmpbin1705718 -> 630054 bytes
-rw-r--r--uisimulator/sdl/uisdl.h10
2 files changed, 5 insertions, 5 deletions
diff --git a/uisimulator/sdl/UI-mrobe500.bmp b/uisimulator/sdl/UI-mrobe500.bmp
index b32250e2de..6aebbee8fd 100755
--- a/uisimulator/sdl/UI-mrobe500.bmp
+++ b/uisimulator/sdl/UI-mrobe500.bmp
Binary files differ
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index f34aac76ad..b4936fa77b 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -163,12 +163,12 @@
#elif defined(MROBE_500)
#define UI_TITLE "Olympus M:Robe 500"
-#define UI_WIDTH 401 /* width of GUI window */
-#define UI_HEIGHT 655 /* height of GUI window */
-#define UI_LCD_POSX 48 /* x position of lcd */
-#define UI_LCD_POSY 60 /* y position of lcd */
+#define UI_WIDTH 450 /* width of GUI window */
+#define UI_HEIGHT 350 /* height of GUI window */
+#define UI_LCD_POSX 65 /* x position of lcd */
+#define UI_LCD_POSY 30 /* y position of lcd */
#define UI_REMOTE_POSX 50 /* x position of remote lcd */
-#define UI_REMOTE_POSY 403 /* y position of remote lcd */
+#define UI_REMOTE_POSY 325 /* y position of remote lcd */
#elif defined(IRIVER_H10)
#define UI_TITLE "iriver H10 20Gb"