summaryrefslogtreecommitdiff
path: root/uisimulator/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl')
-rw-r--r--uisimulator/sdl/uisdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index f4a28f9e0f..0501028fb2 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -45,9 +45,9 @@
45#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight) 45#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight)
46#define UI_LCD_BLACK 0, 0, 0 // black 46#define UI_LCD_BLACK 0, 0, 0 // black
47#define UI_LCD_POSX 75 // x position of lcd 47#define UI_LCD_POSX 75 // x position of lcd
48#define UI_LCD_POSY 111 // y position of lcd 48#define UI_LCD_POSY 116 // y position of lcd
49#define UI_LCD_WIDTH 132 49#define UI_LCD_WIDTH 132
50#define UI_LCD_HEIGHT 75 50#define UI_LCD_HEIGHT 64
51 51
52#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) 52#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
53#define UI_TITLE "Jukebox FM Recorder" 53#define UI_TITLE "Jukebox FM Recorder"