summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/sim-ui-defines.h
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/target/hosted/sdl/sim-ui-defines.h
parentf78a0e52306951f8e4031bf6db9fbfba83982fcf (diff)
downloadrockbox-f1eb0483d6cafd19ac7e813ccf3b7fa33405502e.tar.gz
rockbox-f1eb0483d6cafd19ac7e813ccf3b7fa33405502e.zip
m3k simulator: add screen bezel
Change-Id: I4a34e5be7a459f909b81266b70c30f2968068696
Diffstat (limited to 'firmware/target/hosted/sdl/sim-ui-defines.h')
-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 @@
523 523
524#elif defined(FIIO_M3K) || defined(FIIO_M3K_LINUX) 524#elif defined(FIIO_M3K) || defined(FIIO_M3K_LINUX)
525#define UI_TITLE "FiiO M3K" 525#define UI_TITLE "FiiO M3K"
526#define UI_WIDTH 287 /* width of GUI window */ 526#define UI_WIDTH 335 /* width of GUI window */
527#define UI_HEIGHT 589 /* height of GUI window */ 527#define UI_HEIGHT 686 /* height of GUI window */
528#define UI_LCD_POSX 25 528#define UI_LCD_POSX 49
529#define UI_LCD_POSY 15 529#define UI_LCD_POSY 38
530 530
531 531
532#elif defined(SHANLING_Q1) 532#elif defined(SHANLING_Q1)