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
When I try to add_text to the MatrixPortal I get the error:
File "code.py", line 85, in <module>
File "code.py", line 70, in init_matrixportal
File "adafruit_matrixportal/matrixportal.py", line 182, in add_text
TypeError: 'NoneType' object is not subscriptable
In the support forums, it was determined the above line of code is expecting that you also provide the text_position parameter when specifying scrolling
The text was updated successfully, but these errors were encountered:
Adafruit_CircuitPython_MatrixPortal/adafruit_matrixportal/matrixportal.py
Line 182 in 6646a23
When I try to add_text to the MatrixPortal I get the error:
https://forums.adafruit.com/viewtopic.php?f=60&t=171208&p=836374#p836374
In the support forums, it was determined the above line of code is expecting that you also provide the text_position parameter when specifying scrolling
The text was updated successfully, but these errors were encountered: