1
0
Fork 0
forked from len0rd/rockbox

imx233/fuze+: add fuze+ to the simulator framework

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30602 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-09-25 15:35:39 +00:00
parent aca6b9e91a
commit 2546bc59cc
8 changed files with 111 additions and 14 deletions

View file

@ -287,6 +287,14 @@
#define UI_LCD_POSX 39 /* x position of lcd */
#define UI_LCD_POSY 38 /* y position of lcd */
#elif defined(SANSA_FUZEPLUS)
#define UI_TITLE "Sansa Fuze+"
#define UI_WIDTH 323 /* width of GUI window */
#define UI_HEIGHT 595 /* height of GUI window */
#define UI_LCD_POSX 44 /* x position of lcd */
#define UI_LCD_POSY 47 /* y position of lcd */
#elif defined(SANSA_FUZE) || defined(SANSA_FUZEV2)
#ifdef SANSA_FUZE
#define UI_TITLE "Sansa Fuze"