sonynwze370: fix simulator

Change-Id: I23cd8ce8549119868011e2a05341f3cb6335fad6
This commit is contained in:
Amaury Pouly 2013-09-26 13:22:45 +02:00
parent ddf56a102b
commit f37f3393c9
4 changed files with 25 additions and 3 deletions

View file

@ -459,6 +459,13 @@
#define UI_LCD_POSX 50
#define UI_LCD_POSY 62
#elif defined(SONY_NWZE370)
#define UI_TITLE "Sony NWZ-E370"
#define UI_WIDTH 196 /* width of GUI window */
#define UI_HEIGHT 398 /* height of GUI window */
#define UI_LCD_POSX 34
#define UI_LCD_POSY 32
#elif defined(APPLICATION)
#define UI_TITLE "Rockbox"
#define UI_LCD_POSX 0