Attacking Artifacts

display changes and buffer changes to fight the artifacting
This commit is contained in:
Chuck
2025-04-08 18:41:08 -05:00
parent 6d81241fd9
commit ed35da47c2
3 changed files with 209 additions and 256 deletions

View File

@@ -135,6 +135,9 @@ class Clock:
small_font=True
)
# Update the display after drawing everything
self.display_manager.update_display()
# Update cache
self.last_time = time_str
self.last_date = date_str