mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
shift down one px starting line of body text
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user