We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c191db + e268744 commit 69e5d3aCopy full SHA for 69e5d3a
adafruit_featherwing/minitft_featherwing.py
@@ -77,7 +77,6 @@ def __init__(self, address=0x5E, i2c=None, spi=None, cs=None, dc=None):
77
self._ss = Seesaw(i2c, address)
78
self._backlight = PWMOut(self._ss, 5)
79
self._backlight.duty_cycle = 0
80
- self._ss.pin_mode_bulk(self._button_mask, self._ss.INPUT_PULLUP)
81
self._ss.pin_mode(8, self._ss.OUTPUT)
82
self._ss.digital_write(8, True) # Reset the Display via Seesaw
83
display_bus = displayio.FourWire(spi, command=dc, chip_select=cs)
0 commit comments