simulator: Fix Sansa Clip display position

Change-Id: I23be28e6bfa4ead326416d0457ffa11c3bf18a54
This commit is contained in:
Christian Soffke 2024-12-25 12:23:27 +01:00
parent b44f8f3723
commit 79191bf9bb

View file

@ -272,8 +272,8 @@
#define UI_TITLE "Sansa Clip"CLIP_VERSION #define UI_TITLE "Sansa Clip"CLIP_VERSION
#define UI_WIDTH 205 /* width of GUI window */ #define UI_WIDTH 205 /* width of GUI window */
#define UI_HEIGHT 325 /* height of GUI window */ #define UI_HEIGHT 325 /* height of GUI window */
#define UI_LCD_POSX 38 /* x position of lcd */ #define UI_LCD_POSX 42 /* x position of lcd */
#define UI_LCD_POSY 38 /* y position of lcd */ #define UI_LCD_POSY 42 /* y position of lcd */
#elif defined(SANSA_CLIPPLUS) #elif defined(SANSA_CLIPPLUS)
#define UI_TITLE "Sansa Clip+" #define UI_TITLE "Sansa Clip+"