Fuzev2: simulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-28 01:56:46 +00:00
parent 7cd24fa13d
commit 43f3d83bf9
2 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 489 KiB

View file

@ -287,8 +287,12 @@
#define UI_LCD_POSX 39 /* x position of lcd */
#define UI_LCD_POSY 38 /* y position of lcd */
#elif defined(SANSA_FUZE)
#elif defined(SANSA_FUZE) || defined(SANSA_FUZEV2)
#ifdef SANSA_FUZE
#define UI_TITLE "Sansa Fuze"
#else
#define UI_TITLE "Sansa Fuzev2"
#endif
#define UI_WIDTH 279 /* width of GUI window */
#define UI_HEIGHT 449 /* height of GUI window */
#define UI_LCD_POSX 30 /* x position of lcd */