Update display_manager.py

stop drawing text and start drawing images
This commit is contained in:
Chuck
2025-04-07 21:23:10 -05:00
parent 2171364d38
commit bae3475efe

View File

@@ -154,6 +154,9 @@ class DisplayManager:
# Calculate next line position
current_y += line_heights[i] + padding
# Update the display with the new image
self.matrix.SetImage(self.image)
def cleanup(self):
"""Clean up resources."""