Skip to content

Commit 1d3f15d

Browse files
author
Melissa LeBlanc-Williams
committed
Removed unnecessary Reset Pin
1 parent 2cd7054 commit 1d3f15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/st7735_minitft_featherwing_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
tft_dc = board.D6
1717

1818
displayio.release_displays()
19-
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs, reset=board.D9)
19+
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs)
2020

2121
ss.digital_write(reset_pin, True)
2222
display = ST7735R(display_bus, width=160, height=80, rowstart=24, init=b"\x36\x01\x60")

0 commit comments

Comments
 (0)