diff --git a/uisimulator/sdl/UI-cowond2.bmp b/uisimulator/sdl/UI-cowond2.bmp index e86221ca7e..187c73e9a1 100644 Binary files a/uisimulator/sdl/UI-cowond2.bmp and b/uisimulator/sdl/UI-cowond2.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 49556a99fe..b0a572da75 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -324,10 +324,10 @@ #elif defined(COWON_D2) #define UI_TITLE "Cowon D2" -#define UI_WIDTH 420 /* width of GUI window */ -#define UI_HEIGHT 340 /* height of GUI window */ -#define UI_LCD_POSX 50 /* x position of lcd */ -#define UI_LCD_POSY 50 /* y position of lcd */ +#define UI_WIDTH 472 /* width of GUI window */ +#define UI_HEIGHT 368 /* height of GUI window */ +#define UI_LCD_POSX 58 /* x position of lcd */ +#define UI_LCD_POSY 67 /* y position of lcd */ #define UI_LCD_WIDTH 320 #define UI_LCD_HEIGHT 240 #define UI_LCD_BGCOLOR 32, 32, 32 /* bkgnd color of LCD (no backlight) */