Skip to content

Commit 49b5a4f

Browse files
committed
lint
1 parent a700a6b commit 49b5a4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/st7789_tft_gizmo_simpletest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs)
2121

22-
display = ST7789(display_bus, width=240, height=240, rowstart=80, backlight_pin=tft_backlight, rotation=180)
22+
display = ST7789(display_bus, width=240, height=240, rowstart=80,
23+
backlight_pin=tft_backlight, rotation=180)
2324

2425
# Make the display context
2526
splash = displayio.Group(max_size=10)

0 commit comments

Comments
 (0)