diff options
author | Mark Arigo <markarigo@gmail.com> | 2009-01-02 04:35:13 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2009-01-02 04:35:13 +0000 |
commit | 498e95b986047af71902e74646d8d8857f6ccd40 (patch) | |
tree | 17d070921c99873b37720ee3bbb20089cdac9d4a /uisimulator/sdl/uisdl.h | |
parent | 43ffbdb5abf09b986b993925598579f4c8f97d4b (diff) |
Add the sim build for the Philips HDD1630.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r-- | uisimulator/sdl/uisdl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index cb4158500c..c04f3cfaad 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -466,6 +466,16 @@ #define UI_LCD_SPLIT_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */ #define UI_LCD_SPLIT_FGCOLORLIGHT 255, 230, 15 /* foreground color of LCD (backlight) */ +#elif defined(PHILIPS_HDD1630) +#define UI_TITLE "Philips GoGear HDD1630" +#define UI_WIDTH 407 /* width of GUI window */ +#define UI_HEIGHT 391 /* height of GUI window */ +/* high-colour */ +#define UI_LCD_POSX 143 /* x position of lcd */ +#define UI_LCD_POSY 27 /* y position of lcd */ +#define UI_LCD_WIDTH LCD_WIDTH +#define UI_LCD_HEIGHT LCD_HEIGHT + #endif extern SDL_Surface *gui_surface; extern bool background; /* True if the background image is enabled */ |