Skip to content

Commit a1492b6

Browse files
committed
Use black to pass CI
1 parent 89fdf4f commit a1492b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/st7735_simpletest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
tft_cs = board.D5
1919
tft_dc = board.D6
2020

21-
display_bus = fourwire.FourWire(
22-
spi, command=tft_dc, chip_select=tft_cs, reset=board.D9
23-
)
21+
display_bus = fourwire.FourWire(spi, command=tft_dc, chip_select=tft_cs, reset=board.D9)
2422

2523
display = ST7735(display_bus, width=128, height=128)
2624

0 commit comments

Comments
 (0)