shift bdf draw text down one mor epixel total 6

This commit is contained in:
Chuck
2025-07-23 16:18:07 -05:00
parent 0d6e147df3
commit 9dedfe0264

View File

@@ -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)