mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-13 05:53:00 +00:00
shift down
This commit is contained in:
@@ -224,7 +224,7 @@ class OfTheDayManager:
|
|||||||
# --- Draw Subtitle or Description (rotating) ---
|
# --- Draw Subtitle or Description (rotating) ---
|
||||||
# Start subtitle/description below the title and underline
|
# Start subtitle/description below the title and underline
|
||||||
# Account for title height + underline + spacing
|
# 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_height = matrix_height - y_start
|
||||||
available_width = matrix_width - 2
|
available_width = matrix_width - 2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user