From 35ffefa6b66be3098751cd6231738d9d46cfac73 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 17 Aug 2009 01:54:24 +0000 Subject: M:Robe 500: Correct UI simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22372 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/UI-mrobe500.bmp | Bin 473254 -> 2312734 bytes uisimulator/sdl/uisdl.h | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/uisimulator/sdl/UI-mrobe500.bmp b/uisimulator/sdl/UI-mrobe500.bmp index c7d0bec..2d47aa6 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 1543dce..962e49d 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -173,12 +173,12 @@ #define UI_REMOTE_POSY 318 /* y position of remote lcd */ #else #define UI_TITLE "Olympus M:Robe 500" -#define UI_WIDTH 900 /* width of GUI window */ -#define UI_HEIGHT 748 /* height of GUI window */ -#define UI_LCD_POSX 131 /* x position of lcd */ -#define UI_LCD_POSY 59 /* y position of lcd */ -#define UI_REMOTE_POSX 165 /* x position of remote lcd */ -#define UI_REMOTE_POSY 718 /* y position of remote lcd */ +#define UI_WIDTH 895 /* width of GUI window */ +#define UI_HEIGHT 646 /* height of GUI window */ +#define UI_LCD_POSX 129 /* x position of lcd */ +#define UI_LCD_POSY 60 /* y position of lcd */ +#define UI_REMOTE_POSX 37 /* x position of remote lcd */ +#define UI_REMOTE_POSY 615 /* y position of remote lcd */ #endif #elif defined(IRIVER_H10) -- cgit v1.1