Skip to content

Readme.rst example usage section error #39

Open
@FoamyGuy

Description

@FoamyGuy

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions