1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Chicoine 2009-10-31 14:25:10 +00:00
parent 0bd45b3622
commit 48960bfe29
2 changed files with 9 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 KiB

View file

@ -322,19 +322,24 @@
#define UI_LCD_POSX 42 /* x position of lcd */
#define UI_LCD_POSY 55 /* y position of lcd */
#elif defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
#elif defined(ONDA_VX747) || defined(ONDA_VX747P)
#ifdef ONDA_VX747
#define UI_TITLE "Onda VX747"
#elif defined(ONDA_VX747P)
#define UI_TITLE "Onda VX747+"
#else
#define UI_TITLE "Onda VX777"
#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 */
#define UI_LCD_POSY 90 /* y position of lcd */
#elif defined(ONDA_VX777)
#define UI_TITLE "Onda VX777"
#define UI_WIDTH 306 /* width of GUI window */
#define UI_HEIGHT 558 /* height of GUI window */
#define UI_LCD_POSX 32 /* x position of lcd */
#define UI_LCD_POSY 81 /* y position of lcd */
#elif defined(SAMSUNG_YH820)
#define UI_TITLE "Samsung YH-820"
#define UI_WIDTH 368 /* width of GUI window */