diff --git a/lib/display.py b/lib/display.py index 9b2219a..7dfa83d 100644 --- a/lib/display.py +++ b/lib/display.py @@ -38,8 +38,8 @@ class MyMatrix: #options.disable_hardware_pulsing = True #options.show_refresh_rate = True options.drop_privileges = False - options.brightness = 60 # scale down brightness if needed - options.pwm_bits = 8 # default 11–12; lower = faster refresh + #options.brightness = 60 # scale down brightness if needed + #options.pwm_bits = 8 # default 11–12; lower = faster refresh self.matrix = RGBMatrix(options=options)