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:
parent
aca6b9e91a
commit
2546bc59cc
8 changed files with 111 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue