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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index 5296e6dfa4..afd9678f32 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -66,7 +66,7 @@
66#define UI_WIDTH 155 /* width of GUI window */ 66#define UI_WIDTH 155 /* width of GUI window */
67#define UI_HEIGHT 334 /* height of GUI window */ 67#define UI_HEIGHT 334 /* height of GUI window */
68#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */ 68#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */
69#define UI_LCD_BGCOLORLIGHT 90, 145, 90 /* bkgnd color of LCD (backlight) */ 69#define UI_LCD_BGCOLORLIGHT 130, 180, 250 /* bkgnd color of LCD (backlight mod) */
70#define UI_LCD_BLACK 0, 0, 0 /* black */ 70#define UI_LCD_BLACK 0, 0, 0 /* black */
71#define UI_LCD_POSX 21 /* x position of lcd */ 71#define UI_LCD_POSX 21 /* x position of lcd */
72#define UI_LCD_POSY 82 /* y position of lcd (74 for real aspect) */ 72#define UI_LCD_POSY 82 /* y position of lcd (74 for real aspect) */