Update framerate.py

This commit is contained in:
Sandy Macdonald
2019-01-22 14:43:51 +00:00
committed by GitHub
parent 5461edaf25
commit 7cdbc1fafe

View File

@@ -32,7 +32,7 @@ SPI_SPEED_MHZ = 10 # Higher speed = higher framerate
disp = ST7735.ST7735(
port=0,
cs=0,
dc=24,
dc=9,
backlight=18,
rotation=90,
spi_speed_hz=10 * 1000000