mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-13 05:53:00 +00:00
align time with AMPM
This commit is contained in:
@@ -113,7 +113,7 @@ class Clock:
|
|||||||
# Draw time (large, centered, near top)
|
# Draw time (large, centered, near top)
|
||||||
self.display_manager.draw_text(
|
self.display_manager.draw_text(
|
||||||
time_str,
|
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'],
|
color=self.COLORS['time'],
|
||||||
small_font=True
|
small_font=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user