mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-13 14:03:00 +00:00
fix: Remove incorrect force_clear argument from text_display call
This commit is contained in:
@@ -449,7 +449,7 @@ class DisplayController:
|
|||||||
self.youtube.display(force_clear=self.force_clear)
|
self.youtube.display(force_clear=self.force_clear)
|
||||||
|
|
||||||
elif self.current_display_mode == 'text_display' and self.text_display:
|
elif self.current_display_mode == 'text_display' and self.text_display:
|
||||||
self.text_display.display(force_clear=self.force_clear)
|
self.text_display.display()
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"Error updating display for mode {self.current_display_mode}: {e}", exc_info=True)
|
logger.error(f"Error updating display for mode {self.current_display_mode}: {e}", exc_info=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user