From b88de951212e38d5d9d148d325ce2c40499315b1 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Fri, 13 Dec 2019 22:02:34 -0500 Subject: [PATCH] changed RST_PIN to pin 10 pin 12 and 13 cannot be used as outputs on the Rock64 --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py index 2d244c1..375f771 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py @@ -16,7 +16,7 @@ __status__ = 'Development' # Pin definitions CS_PIN = 26 # Orange DC_PIN = 22 # Green -RST_PIN = 13 # White; 16 +RST_PIN = 10 # White BUSY_PIN = 18 # Purple # SPI device, bus = 32766, device = 1 on ROCK64