-
Couldn't load subscription status.
- Fork 11
Closed
Labels
HacktoberfestDigitalOcean's HacktoberfestDigitalOcean's Hacktoberfestgood first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
HacktoberfestDigitalOcean's HacktoberfestDigitalOcean's Hacktoberfestgood first issueGood for newcomersGood for newcomers