mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
align time with AMPM
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user