full pwm and full brightness
This commit is contained in:
parent
a82745d6a0
commit
529262ea4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue