diff --git a/src/display_manager.py b/src/display_manager.py index 2c452ffb..31a86fd3 100644 --- a/src/display_manager.py +++ b/src/display_manager.py @@ -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."""