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.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index afd9678f32..7deeff3bb8 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -176,22 +176,18 @@
176#elif defined(IAUDIO_X5) 176#elif defined(IAUDIO_X5)
177#define UI_TITLE "iAudio X5" 177#define UI_TITLE "iAudio X5"
178#define UI_WIDTH 300 /* width of GUI window */ 178#define UI_WIDTH 300 /* width of GUI window */
179#define UI_HEIGHT 462 /* height of GUI window */ 179#define UI_HEIGHT 558 /* height of GUI window */
180#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */ 180/* high-colour */
181#define UI_LCD_BGCOLORLIGHT 230, 160, 60 /* bkgnd color of LCD (backlight) */
182#define UI_LCD_BLACK 0, 0, 0 /* black */
183#define UI_LCD_POSX 55 /* x position of lcd */ 181#define UI_LCD_POSX 55 /* x position of lcd */
184#define UI_LCD_POSY 61 /* y position of lcd (74 for real aspect) */ 182#define UI_LCD_POSY 61 /* y position of lcd (74 for real aspect) */
185#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */ 183#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
186#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */ 184#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
187 185#define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */
186#define UI_REMOTE_BGCOLORLIGHT 130, 180, 250 /* bkgnd of remote lcd (bklight) */
188#define UI_REMOTE_POSX 12 /* x position of remote lcd */ 187#define UI_REMOTE_POSX 12 /* x position of remote lcd */
189#define UI_REMOTE_POSY 478 /* y position of remote lcd */ 188#define UI_REMOTE_POSY 462 /* y position of remote lcd */
190#define UI_REMOTE_WIDTH 128 189#define UI_REMOTE_WIDTH 128
191#define UI_REMOTE_HEIGHT 64 190#define UI_REMOTE_HEIGHT 96
192
193#define UI_REMOTE_BGCOLORLIGHT 250, 180, 130 /* bkgnd of remote lcd (bklight) */
194#define UI_REMOTE_BGCOLOR 90, 145, 90 /* bkgnd of remote lcd (no bklight) */
195 191
196#elif defined(GIGABEAT_F) 192#elif defined(GIGABEAT_F)
197#define UI_TITLE "Toshiba Gigabeat" 193#define UI_TITLE "Toshiba Gigabeat"