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