Merge pull request #2 from sandyjmacdonald/master

Pin change and gif
This commit is contained in:
Philip Howard
2019-01-23 11:35:43 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

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

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
)

View File

@@ -34,7 +34,7 @@ image_file = sys.argv[1]
disp = ST7735.ST7735(
port=0,
cs=0,
dc=24,
dc=9,
backlight=18,
rotation=90,
spi_speed_hz=4000000

View File

@@ -29,7 +29,7 @@ import ST7735
disp = ST7735.ST7735(
port=0,
cs=0,
dc=24,
dc=9,
backlight=18,
rotation=90,
spi_speed_hz=4000000