Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme.rst example usage section error #39

Open
FoamyGuy opened this issue Jun 10, 2024 · 0 comments
Open

Readme.rst example usage section error #39

FoamyGuy opened this issue Jun 10, 2024 · 0 comments
Labels
good first issue Good for newcomers Hacktoberfest DigitalOcean's Hacktoberfest

Comments

@FoamyGuy
Copy link
Contributor

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.

@FoamyGuy FoamyGuy added the good first issue Good for newcomers label Jun 10, 2024
@adafruit-adabot adafruit-adabot added the Hacktoberfest DigitalOcean's Hacktoberfest label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest DigitalOcean's Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants