remove .1s sleep that slows down the scrolling

This commit is contained in:
ChuckBuilds
2025-04-22 10:30:43 -05:00
parent d8a9ac5222
commit 792bca625f

View File

@@ -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")