Matthias
Results
1
issues of
Matthias
When I'm trying to execute the following code, I got from the documentation: ``` matrix = blinkstick.BlinkStickProMatrix(4,4) matrix.set_color(x=1, y=1, r=255, g=0, b=0) matrix.send_data_all() ``` I only get this:Exception: 'NoneType' object...