Also add support for the Onda VX747+

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20274 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-09 23:40:23 +00:00
parent 935780e426
commit 5d43daac1f
2 changed files with 5 additions and 1 deletions

BIN
uisimulator/sdl/UI-ondavx747p.bmp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 KiB

View file

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