Skip to content

Commit ea335da

Browse files
authored
Update minitft_featherwing.py
>.< dont look idk what im doing
1 parent f38901e commit ea335da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_featherwing/minitft_featherwing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def __init__(self, address=0x5E, i2c=None, spi=None):
8181
self._ss.pin_mode(8, self._ss.OUTPUT)
8282
self._ss.digital_write(8, True) # Reset the Display via Seesaw
8383
display_bus = displayio.FourWire(spi,
84-
command=board.D6,
85-
chip_select=board.D5)
84+
command=board.D6,
85+
chip_select=board.D5)
8686
self.display = ST7735R(display_bus, width=160, height=80, colstart=24,
8787
rotation=270, bgr=True)
8888

0 commit comments

Comments
 (0)