summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-01 16:41:03 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-01 16:41:03 +0000
commita09606123f4e8501dd527c48d493853435df2a0d (patch)
tree7ec42424f79a5ad1f6c0841e78bc60b8d7454802 /uisimulator/sdl/uisdl.h
parent9938ea4b793e99026333496eccd7e1eeb4e0cb7e (diff)
downloadrockbox-a09606123f4e8501dd527c48d493853435df2a0d.tar.gz
rockbox-a09606123f4e8501dd527c48d493853435df2a0d.zip
Packard Bell Vibe 500: add the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24439 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h7
1 files changed, 7 insertions, 0 deletions
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 @@
364#define UI_HEIGHT 436 /* height of GUI window */ 364#define UI_HEIGHT 436 /* height of GUI window */
365#define UI_LCD_POSX 148 /* x position of lcd */ 365#define UI_LCD_POSX 148 /* x position of lcd */
366#define UI_LCD_POSY 50 /* y position of lcd */ 366#define UI_LCD_POSY 50 /* y position of lcd */
367
368#elif defined(PBELL_VIBE500)
369#define UI_TITLE "Packard Bell Vibe 500"
370#define UI_WIDTH 287 /* width of GUI window */
371#define UI_HEIGHT 488 /* height of GUI window */
372#define UI_LCD_POSX 64 /* x position of lcd */
373#define UI_LCD_POSY 61 /* y position of lcd */
367#else 374#else
368#error no UI defines 375#error no UI defines
369#endif 376#endif