From a09606123f4e8501dd527c48d493853435df2a0d Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Mon, 1 Feb 2010 16:41:03 +0000 Subject: Packard Bell Vibe 500: add the simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24439 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 5dfb9c5c2b..58a2f9959d 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -364,6 +364,13 @@ #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 */ + +#elif defined(PBELL_VIBE500) +#define UI_TITLE "Packard Bell Vibe 500" +#define UI_WIDTH 287 /* width of GUI window */ +#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 */ #else #error no UI defines #endif -- cgit v1.2.3