diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2009-10-31 14:25:10 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2009-10-31 14:25:10 +0000 |
| commit | 48960bfe292c823ad0b63e4938aec6e5df758158 (patch) | |
| tree | 7c736616f9e86459e2f1047b6c30b2c7c50fc8d3 | |
| parent | 0bd45b3622bb32def5c1f96f75032dec72b0f17b (diff) | |
| download | rockbox-48960bfe292c823ad0b63e4938aec6e5df758158.zip rockbox-48960bfe292c823ad0b63e4938aec6e5df758158.tar.gz rockbox-48960bfe292c823ad0b63e4938aec6e5df758158.tar.bz2 rockbox-48960bfe292c823ad0b63e4938aec6e5df758158.tar.xz | |
FS#10746 - Ondavx777 sim doesn't build: add device picture
Thanks to Yann Muller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23435 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/sdl/UI-ondavx777.bmp | bin | 0 -> 513414 bytes | |||
| -rw-r--r-- | uisimulator/sdl/uisdl.h | 13 |
2 files changed, 9 insertions, 4 deletions
diff --git a/uisimulator/sdl/UI-ondavx777.bmp b/uisimulator/sdl/UI-ondavx777.bmp Binary files differnew file mode 100644 index 0000000..1f7617e --- /dev/null +++ b/uisimulator/sdl/UI-ondavx777.bmp diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 911f2a3..7fc9d52 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -322,19 +322,24 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 55 /* y position of lcd */ -#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) +#elif defined(ONDA_VX747) || defined(ONDA_VX747P) #ifdef ONDA_VX747 #define UI_TITLE "Onda VX747" -#elif defined(ONDA_VX747P) -#define UI_TITLE "Onda VX747+" #else -#define UI_TITLE "Onda VX777" +#define UI_TITLE "Onda VX747+" #endif #define UI_WIDTH 340 /* width of GUI window */ #define UI_HEIGHT 601 /* height of GUI window */ #define UI_LCD_POSX 45 /* x position of lcd */ #define UI_LCD_POSY 90 /* y position of lcd */ +#elif defined(ONDA_VX777) +#define UI_TITLE "Onda VX777" +#define UI_WIDTH 306 /* width of GUI window */ +#define UI_HEIGHT 558 /* height of GUI window */ +#define UI_LCD_POSX 32 /* x position of lcd */ +#define UI_LCD_POSY 81 /* y position of lcd */ + #elif defined(SAMSUNG_YH820) #define UI_TITLE "Samsung YH-820" #define UI_WIDTH 368 /* width of GUI window */ |