mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-12 05:42:59 +00:00
remove .1s sleep that slows down the scrolling
This commit is contained in:
@@ -342,7 +342,6 @@ class DisplayController:
|
|||||||
self.nba_live.display(force_clear=self.force_clear)
|
self.nba_live.display(force_clear=self.force_clear)
|
||||||
|
|
||||||
self.force_clear = False
|
self.force_clear = False
|
||||||
time.sleep(0.1) # Small delay to prevent CPU overuse
|
|
||||||
continue # Skip the rest of the loop to stay on live games
|
continue # Skip the rest of the loop to stay on live games
|
||||||
|
|
||||||
# Only proceed with mode switching if no live games
|
# Only proceed with mode switching if no live games
|
||||||
|
|||||||
Reference in New Issue
Block a user