You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can initialise with width=96, but using height=48 leads to error:
Traceback (most recent call last):
File "code.py", line 35, in <module>
File "adafruit_matrixportal/matrixportal.py", line 96, in __init__
File "adafruit_matrixportal/graphics.py", line 67, in __init__
File "adafruit_matrixportal/matrix.py", line 209, in __init__
RuntimeError: Failed to initialize RGB Matrix
Good day,
I'm trying to use this with this matrix: https://www.waveshare.com/wiki/RGB-Matrix-P2.5-96x48-F
I can initialise with
width=96
, but usingheight=48
leads to error:Here is my test code:
When the height of the display is set to 32/64, it works, but doesn't display properly.
The text was updated successfully, but these errors were encountered: