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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 4332426963..5b0f944d3f 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -436,6 +436,16 @@
436#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */ 436#define UI_LCD_FGCOLOR 0, 0, 0 /* foreground color of LCD (no backlight) */
437#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */ 437#define UI_LCD_FGCOLORLIGHT 0, 0, 0 /* foreground color of LCD (backlight) */
438 438
439#elif defined(SANSA_FUZE)
440#define UI_TITLE "Sansa Fuze"
441#define UI_WIDTH 279 /* width of GUI window */
442#define UI_HEIGHT 449 /* height of GUI window */
443/* high-colour */
444#define UI_LCD_POSX 30 /* x position of lcd */
445#define UI_LCD_POSY 31 /* y position of lcd */
446#define UI_LCD_WIDTH LCD_WIDTH
447#define UI_LCD_HEIGHT LCD_HEIGHT
448
439#elif defined(SANSA_CLIP) 449#elif defined(SANSA_CLIP)
440#define UI_TITLE "Sansa Clip" 450#define UI_TITLE "Sansa Clip"
441#define UI_WIDTH 205 /* width of GUI window */ 451#define UI_WIDTH 205 /* width of GUI window */