changed RST_PIN to pin 10
pin 12 and 13 cannot be used as outputs on the Rock64
This commit is contained in:
parent
06e28d3c1c
commit
b88de95121
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 13 # White; 16
|
RST_PIN = 10 # 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue