forked from len0rd/rockbox
Add simulator support for the A860
This requires a few changes unrelated to the A860 because configure unsets APPLICATION but the NWZ is an application! Change-Id: Id91aa23193383ac95886b281653da5286edd9caf
This commit is contained in:
parent
ac57f96838
commit
a0fca0c7bf
8 changed files with 89 additions and 6 deletions
|
|
@ -508,6 +508,13 @@
|
|||
#define UI_LCD_POSX 46
|
||||
#define UI_LCD_POSY 40
|
||||
|
||||
#elif defined(SONY_NWZA860)
|
||||
#define UI_TITLE "Sony NWZ-A860 Series"
|
||||
#define UI_WIDTH 390 /* width of GUI window */
|
||||
#define UI_HEIGHT 690/* height of GUI window */
|
||||
#define UI_LCD_POSX 78
|
||||
#define UI_LCD_POSY 92
|
||||
|
||||
#elif defined(SIMULATOR)
|
||||
#error no UI defines
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue