summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-09 23:40:23 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-09 23:40:23 +0000
commit5d43daac1fdac53225d49e24f86134abb4947f73 (patch)
tree9973212e1f5595ac1c42c6c279c0f69125609479
parent935780e4260755b252cbd7d212aa3e9c0cde7db2 (diff)
downloadrockbox-5d43daac1fdac53225d49e24f86134abb4947f73.tar.gz
rockbox-5d43daac1fdac53225d49e24f86134abb4947f73.zip
Also add support for the Onda VX747+
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20274 a1c6a512-1295-4272-9138-f99709370657
-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 @@
291#define UI_LCD_POSX 42 /* x position of lcd */ 291#define UI_LCD_POSX 42 /* x position of lcd */
292#define UI_LCD_POSY 55 /* y position of lcd */ 292#define UI_LCD_POSY 55 /* y position of lcd */
293 293
294#elif defined(ONDA_VX747) 294#elif defined(ONDA_VX747) || defined(ONDA_VX747P)
295#ifdef ONDA_VX747
295#define UI_TITLE "Onda VX747" 296#define UI_TITLE "Onda VX747"
297#else
298#define UI_TITLE "Onda VX747+"
299#endif
296#define UI_WIDTH 340 /* width of GUI window */ 300#define UI_WIDTH 340 /* width of GUI window */
297#define UI_HEIGHT 601 /* height of GUI window */ 301#define UI_HEIGHT 601 /* height of GUI window */
298#define UI_LCD_POSX 45 /* x position of lcd */ 302#define UI_LCD_POSX 45 /* x position of lcd */