mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
changed font type on clock time
This commit is contained in:
@@ -115,7 +115,7 @@ class Clock:
|
||||
time_str,
|
||||
y=2, # Move up slightly to make room for two lines of date
|
||||
color=self.COLORS['time'],
|
||||
small_font=False
|
||||
small_font=True
|
||||
)
|
||||
|
||||
# Draw AM/PM (small, next to time)
|
||||
|
||||
Reference in New Issue
Block a user