changed RST pin from 10 to 15

This commit is contained in:
Brian Y 2019-12-22 13:56:31 -05:00
commit f6965deb20

View file

@ -16,7 +16,7 @@ __status__ = 'Development'
# Pin definitions # Pin definitions
CS_PIN = 26 # Orange CS_PIN = 26 # Orange
DC_PIN = 22 # Green DC_PIN = 22 # Green
RST_PIN = 10 # White RST_PIN = 15 # White
BUSY_PIN = 18 # Purple BUSY_PIN = 18 # Purple
# SPI device, bus = 32766, device = 1 on ROCK64 # SPI device, bus = 32766, device = 1 on ROCK64