diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-18 01:58:52 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-18 01:58:52 +0000 |
| commit | 8ec87106bca99843ac2f9e8681d07e182eb4e25c (patch) | |
| tree | d5f13cd90965fc9970a54a9d3cbfb3b8e1e30cf7 | |
| parent | 0f3e9598e025edc7a7748e32ecce5a699a5187ee (diff) | |
| download | rockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.zip rockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.tar.gz rockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.tar.bz2 rockbox-8ec87106bca99843ac2f9e8681d07e182eb4e25c.tar.xz | |
M:Robe 500: Cleanup the simulator image.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20727 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | uisimulator/sdl/UI-mrobe500.bmp | bin | 1705718 -> 630054 bytes | |||
| -rw-r--r-- | 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 Binary files differindex b32250e..6aebbee 100755 --- a/uisimulator/sdl/UI-mrobe500.bmp +++ b/uisimulator/sdl/UI-mrobe500.bmp 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" |