diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-01-23 22:19:53 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-01-23 22:19:53 +0000 |
| commit | d8e3abf6ce1e8c4889c072b6b8996ad5c70d0d5b (patch) | |
| tree | 1c8c3c2298b86e17f30c386da4a0bce0ad5d6035 | |
| parent | df6c5f414faa2668c6ea969d6209b9f92c32d526 (diff) | |
| download | rockbox-d8e3abf6ce1e8c4889c072b6b8996ad5c70d0d5b.zip rockbox-d8e3abf6ce1e8c4889c072b6b8996ad5c70d0d5b.tar.gz rockbox-d8e3abf6ce1e8c4889c072b6b8996ad5c70d0d5b.tar.bz2 rockbox-d8e3abf6ce1e8c4889c072b6b8996ad5c70d0d5b.tar.xz | |
Shiny new bitmap for the D2 sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16151 a1c6a512-1295-4272-9138-f99709370657
| -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) */ |