From 5d43daac1fdac53225d49e24f86134abb4947f73 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 9 Mar 2009 23:40:23 +0000 Subject: Also add support for the Onda VX747+ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20274 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/UI-ondavx747p.bmp | Bin 0 -> 613076 bytes uisimulator/sdl/uisdl.h | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 uisimulator/sdl/UI-ondavx747p.bmp diff --git a/uisimulator/sdl/UI-ondavx747p.bmp b/uisimulator/sdl/UI-ondavx747p.bmp new file mode 100755 index 0000000000..364003d720 Binary files /dev/null and b/uisimulator/sdl/UI-ondavx747p.bmp differ diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 3868158938..f34aac76ad 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -291,8 +291,12 @@ #define UI_LCD_POSX 42 /* x position of lcd */ #define UI_LCD_POSY 55 /* y position of lcd */ -#elif defined(ONDA_VX747) +#elif defined(ONDA_VX747) || defined(ONDA_VX747P) +#ifdef ONDA_VX747 #define UI_TITLE "Onda VX747" +#else +#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 */ -- cgit v1.2.3