UI Simulator for Gigabeat S.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16246 a1c6a512-1295-4272-9138-f99709370657
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index b0a572d..db11047 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -229,6 +229,16 @@
 #define UI_LCD_WIDTH                240
 #define UI_LCD_HEIGHT               320
 
+#elif defined(GIGABEAT_S)
+#define UI_TITLE                    "Toshiba Gigabeat"
+#define UI_WIDTH                    450 /* width of GUI window */
+#define UI_HEIGHT                   688 /* height of GUI window */
+/* high-colour */
+#define UI_LCD_POSX                 96 /* x position of lcd */
+#define UI_LCD_POSY                 90 /* y position of lcd */
+#define UI_LCD_WIDTH                240
+#define UI_LCD_HEIGHT               320
+
 #elif defined(MROBE_500)
 #define UI_TITLE                    "Olympus M:Robe 500"
 #define UI_WIDTH                    401 /* width of GUI window */