mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
fix(text_display): Remove redundant update_display call
This commit is contained in:
@@ -152,9 +152,6 @@ class TextDisplay:
|
||||
)
|
||||
# No need to call update_display here, controller should handle it after calling display
|
||||
|
||||
# Add the call to update the display here
|
||||
self.display_manager.update_display()
|
||||
|
||||
# Reset scroll position for next time if not scrolling
|
||||
# self.last_update_time = time.time() # Reset time tracking if static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user