align time with AMPM

This commit is contained in:
ChuckBuilds
2025-04-17 19:25:46 -05:00
parent 7da306a178
commit 38af8c7b38

View File

@@ -113,7 +113,7 @@ class Clock:
# Draw time (large, centered, near top)
self.display_manager.draw_text(
time_str,
y=2, # Move up slightly to make room for two lines of date
y=4, # Move up slightly to make room for two lines of date
color=self.COLORS['time'],
small_font=True
)