diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-08-17 01:54:24 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-08-17 01:54:24 +0000 |
| commit | 35ffefa6b66be3098751cd6231738d9d46cfac73 (patch) | |
| tree | 60bfee8171c17ac0877c1c45981c41aa2a8cc915 | |
| parent | 1e22dae7fa6131f58adaaa1c293e95c46766141f (diff) | |
| download | rockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.zip rockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.tar.gz rockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.tar.bz2 rockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.tar.xz | |
M:Robe 500: Correct UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22372 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | uisimulator/sdl/UI-mrobe500.bmp | bin | 473254 -> 2312734 bytes | |||
| -rw-r--r-- | 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 Binary files differindex c7d0bec..2d47aa6 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 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) |