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
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.
The text was updated successfully, but these errors were encountered:
Adafruit CircuitPython 8.2.8 on 2023-11-16; Raspberry Pi Pico with rp2040
Followed the README, couldn't figure out where to get
fourwire
. Eventually realized that I needed to usedisplayio.FourWire
with 8.2.8.The text was updated successfully, but these errors were encountered: