mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
sonynwze370: fix simulator
Change-Id: I23cd8ce8549119868011e2a05341f3cb6335fad6
This commit is contained in:
parent
ddf56a102b
commit
f37f3393c9
4 changed files with 25 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue