shift down one px starting line of body text

This commit is contained in:
Chuck
2025-07-23 13:37:18 -05:00
parent 56dc224e16
commit 329b2def38

View File

@@ -236,7 +236,7 @@ class OfTheDayManager:
# --- Draw Subtitle or Description (rotating) ---
# Start subtitle/description below the title and underline
# Account for title height + underline + spacing
y_start = title_height + body_height + 3 # Space for underline
y_start = title_height + body_height + 4 # Space for underline
available_height = matrix_height - y_start
available_width = matrix_width - 2