From 8b7a410976a0e738f554cad82b9d1c444486b372 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 23:33:13 -0500 Subject: [PATCH] changed dc pin definition --- 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 65eee6e..59addfe 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py @@ -15,7 +15,7 @@ __status__ = 'Development' # Pin definitions CS_PIN = 26 # Orange -DC_PIN = 15 # Green +DC_PIN = 22 # Green RST_PIN = 16 # White BUSY_PIN = 18 # Purple