summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xuisimulator/sdl/UI-ondavx747p.bmpbin0 -> 613076 bytes
-rw-r--r--uisimulator/sdl/uisdl.h6
2 files changed, 5 insertions, 1 deletions
diff --git a/uisimulator/sdl/UI-ondavx747p.bmp b/uisimulator/sdl/UI-ondavx747p.bmp
new file mode 100755
index 0000000000..364003d720
--- /dev/null
+++ b/uisimulator/sdl/UI-ondavx747p.bmp
Binary files 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 */