From 895357be999ffdeefac83d0b9296c91171b05cd0 Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 19 Jun 2009 03:50:30 +0000 Subject: Philips SA9200: add the UI sim git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21348 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'uisimulator/sdl/uisdl.h') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 9dbfd82ce9..0fe0463b60 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -292,6 +292,13 @@ #define UI_LCD_POSX 38 /* x position of lcd */ #define UI_LCD_POSY 38 /* y position of lcd */ +#elif defined(PHILIPS_SA9200) +#define UI_TITLE "Philips GoGear SA9200" +#define UI_WIDTH 233 /* width of GUI window */ +#define UI_HEIGHT 435 /* height of GUI window */ +#define UI_LCD_POSX 50 /* x position of lcd */ +#define UI_LCD_POSY 50 /* y position of lcd */ + #elif defined(PHILIPS_HDD1630) #define UI_TITLE "Philips GoGear HDD1630" #define UI_WIDTH 407 /* width of GUI window */ -- cgit v1.2.3