Update gif.py

This commit is contained in:
Sandy Macdonald
2019-01-22 14:44:24 +00:00
committed by GitHub
parent 7cdbc1fafe
commit 56e59f2d9b

View File

@@ -36,7 +36,7 @@ HEIGHT = ST7735.ST7735_TFTHEIGHT
disp = ST7735.ST7735(
port=0,
cs=0,
dc=24,
dc=9,
backlight=18,
spi_speed_hz=4000000
)