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
The example usage inside of the readme.rst has the SPI bus init before displayio.release_displays(), which causes trouble if it's modified to use specific pins because the pins will be in use on the 2nd and subsequent executions of the code.py file.
It should be modified to move the release_displays() call to prior to the SPI init.
The text was updated successfully, but these errors were encountered:
The example usage inside of the readme.rst has the SPI bus init before
displayio.release_displays()
, which causes trouble if it's modified to use specific pins because the pins will be in use on the 2nd and subsequent executions of the code.py file.It should be modified to move the
release_displays()
call to prior to the SPI init.The text was updated successfully, but these errors were encountered: