summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-08-17 01:54:24 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-08-17 01:54:24 +0000
commit35ffefa6b66be3098751cd6231738d9d46cfac73 (patch)
tree60bfee8171c17ac0877c1c45981c41aa2a8cc915
parent1e22dae7fa6131f58adaaa1c293e95c46766141f (diff)
downloadrockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.tar.gz
rockbox-35ffefa6b66be3098751cd6231738d9d46cfac73.zip
M:Robe 500: Correct UI simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22372 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xuisimulator/sdl/UI-mrobe500.bmpbin473254 -> 2312734 bytes
-rw-r--r--uisimulator/sdl/uisdl.h12
2 files changed, 6 insertions, 6 deletions
diff --git a/uisimulator/sdl/UI-mrobe500.bmp b/uisimulator/sdl/UI-mrobe500.bmp
index c7d0bec362..2d47aa6a1f 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 1543dcec37..962e49d8f1 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -173,12 +173,12 @@
173#define UI_REMOTE_POSY 318 /* y position of remote lcd */ 173#define UI_REMOTE_POSY 318 /* y position of remote lcd */
174#else 174#else
175#define UI_TITLE "Olympus M:Robe 500" 175#define UI_TITLE "Olympus M:Robe 500"
176#define UI_WIDTH 900 /* width of GUI window */ 176#define UI_WIDTH 895 /* width of GUI window */
177#define UI_HEIGHT 748 /* height of GUI window */ 177#define UI_HEIGHT 646 /* height of GUI window */
178#define UI_LCD_POSX 131 /* x position of lcd */ 178#define UI_LCD_POSX 129 /* x position of lcd */
179#define UI_LCD_POSY 59 /* y position of lcd */ 179#define UI_LCD_POSY 60 /* y position of lcd */
180#define UI_REMOTE_POSX 165 /* x position of remote lcd */ 180#define UI_REMOTE_POSX 37 /* x position of remote lcd */
181#define UI_REMOTE_POSY 718 /* y position of remote lcd */ 181#define UI_REMOTE_POSY 615 /* y position of remote lcd */
182#endif 182#endif
183 183
184#elif defined(IRIVER_H10) 184#elif defined(IRIVER_H10)