From 79191bf9bb62df95ff27e5ab2a54639e1ad0c8f7 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 25 Dec 2024 12:23:27 +0100 Subject: [PATCH] simulator: Fix Sansa Clip display position Change-Id: I23be28e6bfa4ead326416d0457ffa11c3bf18a54 --- firmware/target/hosted/sdl/sim-ui-defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h index 7d60deac34..b8a97411ce 100644 --- a/firmware/target/hosted/sdl/sim-ui-defines.h +++ b/firmware/target/hosted/sdl/sim-ui-defines.h @@ -272,8 +272,8 @@ #define UI_TITLE "Sansa Clip"CLIP_VERSION #define UI_WIDTH 205 /* width of GUI window */ #define UI_HEIGHT 325 /* height of GUI window */ -#define UI_LCD_POSX 38 /* x position of lcd */ -#define UI_LCD_POSY 38 /* y position of lcd */ +#define UI_LCD_POSX 42 /* x position of lcd */ +#define UI_LCD_POSY 42 /* y position of lcd */ #elif defined(SANSA_CLIPPLUS) #define UI_TITLE "Sansa Clip+"