Fuzev2: simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25361 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7cd24fa13d
commit
43f3d83bf9
2 changed files with 5 additions and 1 deletions
BIN
uisimulator/sdl/UI-sansafuzev2.bmp
Normal file
BIN
uisimulator/sdl/UI-sansafuzev2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 489 KiB |
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue