changed RST pin from 10 to 15
This commit is contained in:
parent
44b35472ed
commit
f6965deb20
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ __status__ = 'Development'
|
|||
# Pin definitions
|
||||
CS_PIN = 26 # Orange
|
||||
DC_PIN = 22 # Green
|
||||
RST_PIN = 10 # White
|
||||
RST_PIN = 15 # White
|
||||
BUSY_PIN = 18 # Purple
|
||||
|
||||
# SPI device, bus = 32766, device = 1 on ROCK64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue