Skip to content

Commit 5fdd62a

Browse files
authored
Merge pull request #31 from makermelissa/master
Fix offset for 1.9" display example
2 parents 301a862 + d0588d9 commit 5fdd62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/st7789_170x320_1.9_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
display_bus = displayio.FourWire(spi, command=tft_dc, chip_select=tft_cs, reset=tft_rst)
2626

27-
display = ST7789(display_bus, width=320, height=170, colstart=34, rotation=90)
27+
display = ST7789(display_bus, width=320, height=170, colstart=35, rotation=90)
2828

2929
# Make the display context
3030
splash = displayio.Group()

0 commit comments

Comments
 (0)