summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/uisdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r--uisimulator/sdl/uisdl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 625258a86f..88271eb81e 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -376,6 +376,19 @@
376#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */ 376#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
377#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */ 377#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
378 378
379#elif defined(IAUDIO_7)
380#define UI_TITLE "iAudio7"
381#define UI_WIDTH 494 /* width of GUI window */
382#define UI_HEIGHT 214 /* height of GUI window */
383#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */
384#define UI_LCD_BGCOLORLIGHT 173, 216, 230 /* bkgnd color of LCD (backlight) */
385#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
386#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
387#define UI_LCD_POSX 131 /* x position of lcd */
388#define UI_LCD_POSY 38 /* y position of lcd */
389#define UI_LCD_WIDTH 160
390#define UI_LCD_HEIGHT 128
391
379#elif defined(CREATIVE_ZVM) || defined(CREATIVE_ZVM60GB) 392#elif defined(CREATIVE_ZVM) || defined(CREATIVE_ZVM60GB)
380#ifdef CREATIVE_ZVM 393#ifdef CREATIVE_ZVM
381 #define UI_TITLE "Creative Zen Vision:M 30GB" 394 #define UI_TITLE "Creative Zen Vision:M 30GB"