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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 6cb382ce8b..3868158938 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -291,6 +291,12 @@
291#define UI_LCD_POSX 42 /* x position of lcd */ 291#define UI_LCD_POSX 42 /* x position of lcd */
292#define UI_LCD_POSY 55 /* y position of lcd */ 292#define UI_LCD_POSY 55 /* y position of lcd */
293 293
294#elif defined(ONDA_VX747)
295#define UI_TITLE "Onda VX747"
296#define UI_WIDTH 340 /* width of GUI window */
297#define UI_HEIGHT 601 /* height of GUI window */
298#define UI_LCD_POSX 45 /* x position of lcd */
299#define UI_LCD_POSY 90 /* y position of lcd */
294 300
295#else 301#else
296#error no UI defines 302#error no UI defines