From b09d3aec392538ca0934644ff6357c41aaa4c323 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Mon, 26 Apr 2010 21:40:00 +0000 Subject: Add MPIO HD200 port - changed files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index ca422c66ef..dac84ffb74 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -389,6 +389,14 @@ #define UI_HEIGHT 488 /* height of GUI window */ #define UI_LCD_POSX 64 /* x position of lcd */ #define UI_LCD_POSY 61 /* y position of lcd */ + +#elif defined(MPIO_HD200) +#define UI_TITLE "MPIO HD200" +#define UI_WIDTH 430 /* width of GUI window */ +#define UI_HEIGHT 479 /* height of GUI window */ +#define UI_LCD_POSX 101 +#define UI_LCD_POSY 195 + #else #error no UI defines #endif -- cgit v1.2.3