shift bdf draw text down one mor epixel

This commit is contained in:
Chuck
2025-07-23 16:17:44 -05:00
parent 8bab8124cd
commit 0d6e147df3

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 4-pixel adjustment for vertical alignment
y += 4
# Add 5-pixel adjustment for vertical alignment
y += 5
for char in text:
face.load_char(char)