Skip to content

Commit 9d05143

Browse files
committed
Set back to feather pins
1 parent 47c8f65 commit 9d05143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/st7789_280x240_simpletest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
displayio.release_displays()
1616

1717
spi = board.SPI()
18-
tft_cs = board.D10
19-
tft_dc = board.D8
18+
tft_cs = board.D5
19+
tft_dc = board.D6
2020

2121
display_bus = displayio.FourWire(
2222
spi, command=tft_dc, chip_select=tft_cs, reset=board.D9

0 commit comments

Comments
 (0)