From e5086076a0071f4e02d87305355a968670594ec9 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Wed, 28 Oct 2009 17:56:00 +0000 Subject: make the mini2440 simulator compile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23379 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'uisimulator/sdl/uisdl.h') 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 @@ #define UI_LCD_POSX 124 /* x position of lcd */ #define UI_LCD_POSY 42 /* y position of lcd */ +#elif defined(MINI2440) +#define UI_TITLE "Mini2440" +#define UI_WIDTH 441 /* width of GUI window */ +#define UI_HEIGHT 436 /* height of GUI window */ +#define UI_LCD_POSX 148 /* x position of lcd */ +#define UI_LCD_POSY 50 /* y position of lcd */ #else #error no UI defines #endif -- cgit v1.2.3