shift down

This commit is contained in:
Chuck
2025-07-23 13:18:03 -05:00
parent a0d15fb595
commit 2638d222e7

View File

@@ -224,7 +224,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 + 2 # Space for underline
y_start = title_height + body_height + 3 # Space for underline
available_height = matrix_height - y_start
available_width = matrix_width - 2