Skip to content

Commit 5d5ac72

Browse files
authored
Add files via upload
1 parent c1dc5c0 commit 5d5ac72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/st7789_240x240_simpletest_Pimoroni_Pico_Explorer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
spi_clk = board.GP18
2222
spi = busio.SPI(spi_clk, spi_mosi)
2323

24-
display_bus = displayio.FourWire(
25-
spi, command=tft_dc, chip_select=tft_cs
26-
)
24+
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs)
2725

2826
display = ST7789(display_bus, width=240, height=240, rowstart=80, rotation=180)
2927

0 commit comments

Comments
 (0)