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) <noreply@anthropic.com>
This commit is contained in:
Marcus Kida 2026-07-06 14:10:37 +02:00
parent 27a254feb6
commit 13ecc08267

View file

@ -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 #define DISPLAY_Y_POS_BAR 10
// Extra gap below the S-meter/label row before the top info strip (contact/TG, // 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. // 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 (16 + 8 + DISPLAY_MAIN_CONTENT_TOP_PAD)
#define DISPLAY_Y_POS_CONTACT_TX (34 + DISPLAY_V_OFFSET) #define DISPLAY_Y_POS_CONTACT_TX (34 + DISPLAY_V_OFFSET)
#define DISPLAY_Y_POS_CONTACT_TX_FRAME (34 + DISPLAY_V_OFFSET) #define DISPLAY_Y_POS_CONTACT_TX_FRAME (34 + DISPLAY_V_OFFSET)