From 8ec87106bca99843ac2f9e8681d07e182eb4e25c Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 18 Apr 2009 01:58:52 +0000 Subject: M:Robe 500: Cleanup the simulator image. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20727 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/UI-mrobe500.bmp | Bin 1705718 -> 630054 bytes uisimulator/sdl/uisdl.h | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/uisimulator/sdl/UI-mrobe500.bmp b/uisimulator/sdl/UI-mrobe500.bmp index b32250e..6aebbee 100755 Binary files a/uisimulator/sdl/UI-mrobe500.bmp and b/uisimulator/sdl/UI-mrobe500.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index f34aac7..b4936fa 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" -- cgit v1.1