mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 21:33:00 +00:00
shift whole display down 8 pixels
This commit is contained in:
@@ -440,7 +440,7 @@ class OfTheDayManager:
|
|||||||
|
|
||||||
# --- Dynamic Spacing Calculation ---
|
# --- Dynamic Spacing Calculation ---
|
||||||
# Calculate how much space we need and distribute it evenly
|
# Calculate how much space we need and distribute it evenly
|
||||||
margin_top = 6 # Shift everything down by 6 pixels
|
margin_top = 8 # Shift everything down by 6 pixels
|
||||||
margin_bottom = 1
|
margin_bottom = 1
|
||||||
underline_space = 1 # Space for underline
|
underline_space = 1 # Space for underline
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user