mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
shift bdf draw text down one mor epixel total 6
This commit is contained in:
@@ -146,8 +146,8 @@ class DisplayManager:
|
||||
# Use the passed font or fall back to calendar_font
|
||||
face = font if font else self.calendar_font
|
||||
|
||||
# Add 5-pixel adjustment for vertical alignment
|
||||
y += 5
|
||||
# Add 6-pixel adjustment for vertical alignment
|
||||
y += 6
|
||||
|
||||
for char in text:
|
||||
face.load_char(char)
|
||||
|
||||
Reference in New Issue
Block a user