diff --git a/src/display_controller.py b/src/display_controller.py index 55097617..c24de9b3 100644 --- a/src/display_controller.py +++ b/src/display_controller.py @@ -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")