1
0
Fork 0
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:
Amaury Pouly 2017-09-16 23:29:50 +02:00
parent ac57f96838
commit a0fca0c7bf
8 changed files with 89 additions and 6 deletions

View file

@ -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