summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 0fe0463b60..1543dcec37 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -163,14 +163,14 @@
163#define UI_LCD_POSY 90 /* y position of lcd */ 163#define UI_LCD_POSY 90 /* y position of lcd */
164 164
165#elif defined(MROBE_500) 165#elif defined(MROBE_500)
166#if LCD_WIDHT==320 166#if LCD_WIDTH==320
167#define UI_TITLE "Olympus M:Robe 500" 167#define UI_TITLE "Olympus M:Robe 500"
168#define UI_WIDTH 450 /* width of GUI window */ 168#define UI_WIDTH 450 /* width of GUI window */
169#define UI_HEIGHT 350 /* height of GUI window */ 169#define UI_HEIGHT 350 /* height of GUI window */
170#define UI_LCD_POSX 65 /* x position of lcd */ 170#define UI_LCD_POSX 65 /* x position of lcd */
171#define UI_LCD_POSY 30 /* y position of lcd */ 171#define UI_LCD_POSY 30 /* y position of lcd */
172#define UI_REMOTE_POSX 50 /* x position of remote lcd */ 172#define UI_REMOTE_POSX 36 /* x position of remote lcd */
173#define UI_REMOTE_POSY 325 /* 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 900 /* width of GUI window */
@@ -235,9 +235,11 @@
235#elif defined(MROBE_100) 235#elif defined(MROBE_100)
236#define UI_TITLE "Olympus M:Robe 100" 236#define UI_TITLE "Olympus M:Robe 100"
237#define UI_WIDTH 247 /* width of GUI window */ 237#define UI_WIDTH 247 /* width of GUI window */
238#define UI_HEIGHT 416 /* height of GUI window */ 238#define UI_HEIGHT 462 /* height of GUI window */
239#define UI_LCD_POSX 43 /* x position of lcd */ 239#define UI_LCD_POSX 43 /* x position of lcd */
240#define UI_LCD_POSY 25 /* y position of lcd */ 240#define UI_LCD_POSY 25 /* y position of lcd */
241#define UI_REMOTE_POSX 34 /* x position of remote lcd */
242#define UI_REMOTE_POSY 432 /* y position of remote lcd */
241 243
242#elif defined(COWON_D2) 244#elif defined(COWON_D2)
243#define UI_TITLE "Cowon D2" 245#define UI_TITLE "Cowon D2"