diff options
| -rw-r--r-- | uisimulator/sdl/UI-cowond2.bmp | bin | 428454 -> 521142 bytes | |||
| -rw-r--r-- | uisimulator/sdl/uisdl.h | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/uisimulator/sdl/UI-cowond2.bmp b/uisimulator/sdl/UI-cowond2.bmp Binary files differindex e86221c..187c73e 100644 --- a/uisimulator/sdl/UI-cowond2.bmp +++ b/uisimulator/sdl/UI-cowond2.bmp diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 49556a9..b0a572d 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) */ |