summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
authorMark Arigo <markarigo@gmail.com>2009-06-19 03:50:30 +0000
committerMark Arigo <markarigo@gmail.com>2009-06-19 03:50:30 +0000
commit895357be999ffdeefac83d0b9296c91171b05cd0 (patch)
tree2af2cc5e828220e6de0a11b412288c2fd13ac525 /uisimulator/sdl/uisdl.h
parentdf8f64d3a4d927a6880040c70ab2fee93f4c901c (diff)
downloadrockbox-895357be999ffdeefac83d0b9296c91171b05cd0.tar.gz
rockbox-895357be999ffdeefac83d0b9296c91171b05cd0.zip
Philips SA9200: add the UI sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21348 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 9dbfd82ce9..0fe0463b60 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -292,6 +292,13 @@
292#define UI_LCD_POSX 38 /* x position of lcd */ 292#define UI_LCD_POSX 38 /* x position of lcd */
293#define UI_LCD_POSY 38 /* y position of lcd */ 293#define UI_LCD_POSY 38 /* y position of lcd */
294 294
295#elif defined(PHILIPS_SA9200)
296#define UI_TITLE "Philips GoGear SA9200"
297#define UI_WIDTH 233 /* width of GUI window */
298#define UI_HEIGHT 435 /* height of GUI window */
299#define UI_LCD_POSX 50 /* x position of lcd */
300#define UI_LCD_POSY 50 /* y position of lcd */
301
295#elif defined(PHILIPS_HDD1630) 302#elif defined(PHILIPS_HDD1630)
296#define UI_TITLE "Philips GoGear HDD1630" 303#define UI_TITLE "Philips GoGear HDD1630"
297#define UI_WIDTH 407 /* width of GUI window */ 304#define UI_WIDTH 407 /* width of GUI window */