Closed
Description
Trying to use DummyPin
for CS that I have pulled down permanently on this breakout (because Trinket M0 doesn't have enough pins to handle CS), I get:
>>> cs = DummyPin()
>>> display = st7735.ST7735(spi, cs=cs, dc=dc, rst=rst)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_rgb_display/st7735.py", line 98, in __init__
File "adafruit_rgb_display/rgb.py", line 104, in __init__
File "adafruit_bus_device/spi_device.py", line 59, in __init__
AttributeError: 'DummyPin' object has no attribute 'switch_to_output'
Metadata
Metadata
Assignees
Labels
No labels