Skip to content

Commit d7b087c

Browse files
authored
Update minitft_featherwing.py
button mask after display, no clue why
1 parent ea335da commit d7b087c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_featherwing/minitft_featherwing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def __init__(self, address=0x5E, i2c=None, spi=None):
8585
chip_select=board.D5)
8686
self.display = ST7735R(display_bus, width=160, height=80, colstart=24,
8787
rotation=270, bgr=True)
88+
self._ss.pin_mode_bulk(self._button_mask, self._ss.INPUT_PULLUP)
8889

8990
@property
9091
def backlight(self):

0 commit comments

Comments
 (0)