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, 10 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index b0a572da75..db11047dd1 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -229,6 +229,16 @@
229#define UI_LCD_WIDTH 240 229#define UI_LCD_WIDTH 240
230#define UI_LCD_HEIGHT 320 230#define UI_LCD_HEIGHT 320
231 231
232#elif defined(GIGABEAT_S)
233#define UI_TITLE "Toshiba Gigabeat"
234#define UI_WIDTH 450 /* width of GUI window */
235#define UI_HEIGHT 688 /* height of GUI window */
236/* high-colour */
237#define UI_LCD_POSX 96 /* x position of lcd */
238#define UI_LCD_POSY 90 /* y position of lcd */
239#define UI_LCD_WIDTH 240
240#define UI_LCD_HEIGHT 320
241
232#elif defined(MROBE_500) 242#elif defined(MROBE_500)
233#define UI_TITLE "Olympus M:Robe 500" 243#define UI_TITLE "Olympus M:Robe 500"
234#define UI_WIDTH 401 /* width of GUI window */ 244#define UI_WIDTH 401 /* width of GUI window */