summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-10-21 22:20:16 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-10-21 22:20:16 +0000
commitc8dfe0508e176b87594f12a67467d51715f53a54 (patch)
tree2c5e8be6a0986cf29dc0f4628671a1abf7b2c0c0 /firmware/target/hosted
parent93ac9868670f3005813c7443988a612c8bab96e3 (diff)
downloadrockbox-c8dfe0508e176b87594f12a67467d51715f53a54.tar.gz
rockbox-c8dfe0508e176b87594f12a67467d51715f53a54.zip
HDD6330: add the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28323 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/hosted')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index 926356dd9f..c44fea54b7 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -333,6 +333,13 @@
#define UI_LCD_POSX 143 /* x position of lcd */
#define UI_LCD_POSY 27 /* y position of lcd */
+#elif defined(PHILIPS_HDD6330)
+#define UI_TITLE "Philips GoGear HDD63X0"
+#define UI_WIDTH 400 /* width of GUI window */
+#define UI_HEIGHT 614 /* height of GUI window */
+#define UI_LCD_POSX 89 /* x position of lcd */
+#define UI_LCD_POSY 113 /* y position of lcd */
+
#elif defined(SANSA_M200V4)
#define UI_TITLE "sansa m200v4"
#define UI_WIDTH 350 /* width of GUI window */