Update display_manager.py

turn off refresh rate display
This commit is contained in:
Chuck
2025-04-07 20:08:19 -05:00
parent 35c3f6eae0
commit cdcf6a1d7a

View File

@@ -42,7 +42,7 @@ class DisplayManager:
# Additional options for stability
options.disable_hardware_pulsing = False
options.show_refresh_rate = 1
options.show_refresh_rate = 0 # Turn off refresh rate display
options.limit_refresh_rate_hz = 100
return RGBMatrix(options=options)