changed RST_PIN from 13 to 15
This commit is contained in:
parent
01b75c1be9
commit
b10f40a3f4
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 = 13 # White
|
||||
RST_PIN = 15 # White; 13 is not supported on Rock64
|
||||
BUSY_PIN = 18 # Purple
|
||||
|
||||
# SPI device, bus = 32766, device = 1 on ROCK64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue