mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
remove .1s sleep that slows down the scrolling
This commit is contained in:
@@ -392,8 +392,7 @@ class DisplayController:
|
||||
continue
|
||||
|
||||
self.force_clear = False
|
||||
# Add a small delay to prevent CPU overuse and ensure display stays visible
|
||||
time.sleep(0.1)
|
||||
|
||||
|
||||
except KeyboardInterrupt:
|
||||
logger.info("Display controller stopped by user")
|
||||
|
||||
Reference in New Issue
Block a user