From f1eb0483d6cafd19ac7e813ccf3b7fa33405502e Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 10 Dec 2021 18:01:38 +0100 Subject: m3k simulator: add screen bezel Change-Id: I4a34e5be7a459f909b81266b70c30f2968068696 --- firmware/target/hosted/sdl/sim-ui-defines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 baba357ccc..6235f106d4 100644 --- a/firmware/target/hosted/sdl/sim-ui-defines.h +++ b/firmware/target/hosted/sdl/sim-ui-defines.h @@ -523,10 +523,10 @@ #elif defined(FIIO_M3K) || defined(FIIO_M3K_LINUX) #define UI_TITLE "FiiO M3K" -#define UI_WIDTH 287 /* width of GUI window */ -#define UI_HEIGHT 589 /* height of GUI window */ -#define UI_LCD_POSX 25 -#define UI_LCD_POSY 15 +#define UI_WIDTH 335 /* width of GUI window */ +#define UI_HEIGHT 686 /* height of GUI window */ +#define UI_LCD_POSX 49 +#define UI_LCD_POSY 38 #elif defined(SHANLING_Q1) -- cgit v1.2.3