From 48960bfe292c823ad0b63e4938aec6e5df758158 Mon Sep 17 00:00:00 2001 From: Michael Chicoine Date: Sat, 31 Oct 2009 14:25:10 +0000 Subject: 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 --- uisimulator/sdl/UI-ondavx777.bmp | Bin 0 -> 513414 bytes uisimulator/sdl/uisdl.h | 13 +++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 uisimulator/sdl/UI-ondavx777.bmp diff --git a/uisimulator/sdl/UI-ondavx777.bmp b/uisimulator/sdl/UI-ondavx777.bmp new file mode 100644 index 0000000000..1f7617e620 Binary files /dev/null and b/uisimulator/sdl/UI-ondavx777.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 911f2a3f50..7fc9d520a4 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 */ -- cgit v1.2.3