From 935780e4260755b252cbd7d212aa3e9c0cde7db2 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 9 Mar 2009 23:32:37 +0000 Subject: Add support for Onda VX747 simulator (and yes, it needs a better picture) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20273 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 6cb382ce8b..3868158938 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -291,6 +291,12 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 55 /* y position of lcd */ +#elif defined(ONDA_VX747) +#define UI_TITLE "Onda VX747" +#define UI_WIDTH 340 /* width of GUI window */ +#define UI_HEIGHT 601 /* height of GUI window */ +#define UI_LCD_POSX 45 /* x position of lcd */ +#define UI_LCD_POSY 90 /* y position of lcd */ #else #error no UI defines -- cgit v1.2.3