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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 5dfb9c5c2b..58a2f9959d 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -364,6 +364,13 @@
364#define UI_HEIGHT 436 /* height of GUI window */ 364#define UI_HEIGHT 436 /* height of GUI window */
365#define UI_LCD_POSX 148 /* x position of lcd */ 365#define UI_LCD_POSX 148 /* x position of lcd */
366#define UI_LCD_POSY 50 /* y position of lcd */ 366#define UI_LCD_POSY 50 /* y position of lcd */
367
368#elif defined(PBELL_VIBE500)
369#define UI_TITLE "Packard Bell Vibe 500"
370#define UI_WIDTH 287 /* width of GUI window */
371#define UI_HEIGHT 488 /* height of GUI window */
372#define UI_LCD_POSX 64 /* x position of lcd */
373#define UI_LCD_POSY 61 /* y position of lcd */
367#else 374#else
368#error no UI defines 375#error no UI defines
369#endif 376#endif