spacing adjustment on weather and clock. Added notes to readme about font type requing ttf. removed sensitive credentials

This commit is contained in:
ChuckBuilds
2025-04-15 15:55:47 -05:00
parent ecb20003ff
commit 3d83930e0b
5 changed files with 8 additions and 11985 deletions

View File

@@ -120,7 +120,7 @@ class Clock:
# Draw AM/PM (small, next to time)
time_width = self.display_manager.font.getlength(time_str)
ampm_x = (display_width + time_width) // 2 + 2
ampm_x = (display_width + time_width) // 2 + 4
self.display_manager.draw_text(
ampm,
x=ampm_x,