From a0fca0c7bf3bd1c121667a1e66614646a6b96752 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 16 Sep 2017 23:29:50 +0200 Subject: 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 --- firmware/target/hosted/sdl/sim-ui-defines.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firmware/target/hosted/sdl/sim-ui-defines.h') diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h index 8f2a112cf9..d14f70bf99 100644 --- a/firmware/target/hosted/sdl/sim-ui-defines.h +++ b/firmware/target/hosted/sdl/sim-ui-defines.h @@ -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 -- cgit v1.2.3