From eb95bedc5af0dc44e2f8fd4138de9505eb281581 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 21:05:28 -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 d70403b..b9e5e3f 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 = 23 +CS_PIN = 24 DC_PIN = 22 RST_PIN = 12 BUSY_PIN = 18