From 13ecc0826739b28729c8ebed7029e5e351c588d5 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Mon, 6 Jul 2026 14:10:37 +0200 Subject: [PATCH] Layout: increase content top padding to clear the S-meter labels Bump DISPLAY_MAIN_CONTENT_TOP_PAD 4 -> 8 so the DMR RX talkgroup/talker (and the FM contact / CTCSS / squelch info sharing that strip) no longer crowds the S-meter label row. Contact moves from y=28 to y=32, leaving a clear gap below the labels. Co-Authored-By: Claude Opus 4.8 (1M context) --- MDUV380_firmware/application/include/user_interface/uiGlobals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MDUV380_firmware/application/include/user_interface/uiGlobals.h b/MDUV380_firmware/application/include/user_interface/uiGlobals.h index 2c24dfd..8c3ced8 100644 --- a/MDUV380_firmware/application/include/user_interface/uiGlobals.h +++ b/MDUV380_firmware/application/include/user_interface/uiGlobals.h @@ -123,7 +123,7 @@ typedef uint32_t time_t_custom; /* date/time in unix secs past 1-Jan-70 */ #define DISPLAY_Y_POS_BAR 10 // Extra gap below the S-meter/label row before the top info strip (contact/TG, // CTCSS/DCS, squelch). Tune this one number to adjust the padding. -#define DISPLAY_MAIN_CONTENT_TOP_PAD 4 +#define DISPLAY_MAIN_CONTENT_TOP_PAD 8 #define DISPLAY_Y_POS_CONTACT (16 + 8 + DISPLAY_MAIN_CONTENT_TOP_PAD) #define DISPLAY_Y_POS_CONTACT_TX (34 + DISPLAY_V_OFFSET) #define DISPLAY_Y_POS_CONTACT_TX_FRAME (34 + DISPLAY_V_OFFSET)