Skip to content

Commit 60f05a4

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
Melissa LeBlanc-Williams
authored and
Melissa LeBlanc-Williams
committed
linted
1 parent da41abc commit 60f05a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/st7789_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
spi = board.SPI()
1111
while not spi.try_lock():
12-
pass
12+
pass
1313
spi.configure(baudrate=24000000) # Configure SPI for 24MHz
1414
spi.unlock()
1515
tft_cs = board.D5

0 commit comments

Comments
 (0)