From a1b21e5b183e4aa4fea37dfab30f14b881ac5645 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 21:14:27 -0500 Subject: [PATCH] changed CS 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 b9e5e3f..dd57e62 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py @@ -14,7 +14,7 @@ __maintainer__ = 'Brian Yiu' __status__ = 'Development' # Pin definitions -CS_PIN = 24 +CS_PIN = 26 DC_PIN = 22 RST_PIN = 12 BUSY_PIN = 18