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 8e60735d05..911f2a3f50 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -353,6 +353,12 @@
353#define UI_LCD_POSX 124 /* x position of lcd */ 353#define UI_LCD_POSX 124 /* x position of lcd */
354#define UI_LCD_POSY 42 /* y position of lcd */ 354#define UI_LCD_POSY 42 /* y position of lcd */
355 355
356#elif defined(MINI2440)
357#define UI_TITLE "Mini2440"
358#define UI_WIDTH 441 /* width of GUI window */
359#define UI_HEIGHT 436 /* height of GUI window */
360#define UI_LCD_POSX 148 /* x position of lcd */
361#define UI_LCD_POSY 50 /* y position of lcd */
356#else 362#else
357#error no UI defines 363#error no UI defines
358#endif 364#endif