full pwm and full brightness

This commit is contained in:
Christoph Haas 2026-01-16 22:44:27 +01:00
parent a82745d6a0
commit 529262ea4d

View file

@ -38,8 +38,8 @@ class MyMatrix:
#options.disable_hardware_pulsing = True #options.disable_hardware_pulsing = True
#options.show_refresh_rate = True #options.show_refresh_rate = True
options.drop_privileges = False options.drop_privileges = False
options.brightness = 60 # scale down brightness if needed #options.brightness = 60 # scale down brightness if needed
options.pwm_bits = 8 # default 1112; lower = faster refresh #options.pwm_bits = 8 # default 1112; lower = faster refresh
self.matrix = RGBMatrix(options=options) self.matrix = RGBMatrix(options=options)