summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chicoine <mc2739@gmail.com>2009-10-31 14:25:10 +0000
committerMichael Chicoine <mc2739@gmail.com>2009-10-31 14:25:10 +0000
commit48960bfe292c823ad0b63e4938aec6e5df758158 (patch)
tree7c736616f9e86459e2f1047b6c30b2c7c50fc8d3
parent0bd45b3622bb32def5c1f96f75032dec72b0f17b (diff)
downloadrockbox-48960bfe292c823ad0b63e4938aec6e5df758158.tar.gz
rockbox-48960bfe292c823ad0b63e4938aec6e5df758158.zip
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
-rw-r--r--uisimulator/sdl/UI-ondavx777.bmpbin0 -> 513414 bytes
-rw-r--r--uisimulator/sdl/uisdl.h13
2 files changed, 9 insertions, 4 deletions
diff --git a/uisimulator/sdl/UI-ondavx777.bmp b/uisimulator/sdl/UI-ondavx777.bmp
new file mode 100644
index 0000000000..1f7617e620
--- /dev/null
+++ b/uisimulator/sdl/UI-ondavx777.bmp
Binary files 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 @@
322#define UI_LCD_POSX 42 /* x position of lcd */ 322#define UI_LCD_POSX 42 /* x position of lcd */
323#define UI_LCD_POSY 55 /* y position of lcd */ 323#define UI_LCD_POSY 55 /* y position of lcd */
324 324
325#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) 325#elif defined(ONDA_VX747) || defined(ONDA_VX747P)
326#ifdef ONDA_VX747 326#ifdef ONDA_VX747
327#define UI_TITLE "Onda VX747" 327#define UI_TITLE "Onda VX747"
328#elif defined(ONDA_VX747P)
329#define UI_TITLE "Onda VX747+"
330#else 328#else
331#define UI_TITLE "Onda VX777" 329#define UI_TITLE "Onda VX747+"
332#endif 330#endif
333#define UI_WIDTH 340 /* width of GUI window */ 331#define UI_WIDTH 340 /* width of GUI window */
334#define UI_HEIGHT 601 /* height of GUI window */ 332#define UI_HEIGHT 601 /* height of GUI window */
335#define UI_LCD_POSX 45 /* x position of lcd */ 333#define UI_LCD_POSX 45 /* x position of lcd */
336#define UI_LCD_POSY 90 /* y position of lcd */ 334#define UI_LCD_POSY 90 /* y position of lcd */
337 335
336#elif defined(ONDA_VX777)
337#define UI_TITLE "Onda VX777"
338#define UI_WIDTH 306 /* width of GUI window */
339#define UI_HEIGHT 558 /* height of GUI window */
340#define UI_LCD_POSX 32 /* x position of lcd */
341#define UI_LCD_POSY 81 /* y position of lcd */
342
338#elif defined(SAMSUNG_YH820) 343#elif defined(SAMSUNG_YH820)
339#define UI_TITLE "Samsung YH-820" 344#define UI_TITLE "Samsung YH-820"
340#define UI_WIDTH 368 /* width of GUI window */ 345#define UI_WIDTH 368 /* width of GUI window */