diff --git a/src/display_manager.py b/src/display_manager.py index d9d0be45..1c23ae16 100644 --- a/src/display_manager.py +++ b/src/display_manager.py @@ -265,9 +265,6 @@ class DisplayManager: # For TTF fonts, use PIL's text drawing self.draw.text((x, y), text, font=current_font, fill=color) - # Update the display to show the text - self.update_display() - except Exception as e: logger.error(f"Error drawing text: {e}", exc_info=True)