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