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 should support 8.x and 9.x #23

Open
rsbohn opened this issue Nov 23, 2023 · 0 comments
Open

README should support 8.x and 9.x #23

rsbohn opened this issue Nov 23, 2023 · 0 comments

Comments

@rsbohn
Copy link

rsbohn commented Nov 23, 2023

Adafruit CircuitPython 8.2.8 on 2023-11-16; Raspberry Pi Pico with rp2040

# Starting in CircuitPython 9.x fourwire will be a seperate internal library
# rather than a component of the displayio library
try:
    from fourwire import FourWire
except ImportError:
    from displayio import FourWire

Followed the README, couldn't figure out where to get fourwire. Eventually realized that I needed to use displayio.FourWire with 8.2.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant