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.
1 parent da41abc commit 60f05a4Copy full SHA for 60f05a4
examples/st7789_simpletest.py
@@ -9,7 +9,7 @@
9
10
spi = board.SPI()
11
while not spi.try_lock():
12
- pass
+ pass
13
spi.configure(baudrate=24000000) # Configure SPI for 24MHz
14
spi.unlock()
15
tft_cs = board.D5
0 commit comments