changed font type on clock time

This commit is contained in:
ChuckBuilds
2025-04-17 18:24:25 -05:00
parent 465db4cd77
commit af87da124d

View File

@@ -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)