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 */