changed pin defintions to known working set
This commit is contained in:
parent
a1b21e5b18
commit
9031aaf342
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ __status__ = 'Development'
|
|||
|
||||
# Pin definitions
|
||||
CS_PIN = 26
|
||||
DC_PIN = 22
|
||||
RST_PIN = 12
|
||||
DC_PIN = 15
|
||||
RST_PIN = 16
|
||||
BUSY_PIN = 18
|
||||
|
||||
# SPI device, bus = 32766, device = 1 on ROCK64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue