summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2021-12-10 18:01:38 +0100
committerChristian Soffke <christian.soffke@gmail.com>2021-12-10 18:01:38 +0100
commitf1eb0483d6cafd19ac7e813ccf3b7fa33405502e (patch)
treefbea83054f374e3cf718c9e493570eb7df1f80a4 /firmware
parentf78a0e52306951f8e4031bf6db9fbfba83982fcf (diff)
downloadrockbox-f1eb0483d6cafd19ac7e813ccf3b7fa33405502e.tar.gz
rockbox-f1eb0483d6cafd19ac7e813ccf3b7fa33405502e.zip
m3k simulator: add screen bezel
Change-Id: I4a34e5be7a459f909b81266b70c30f2968068696
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h8
1 files changed, 4 insertions, 4 deletions
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)