From 5b471bebd4953e99845c2e957487c4cd44c56be0 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Mon, 9 Dec 2019 21:27:40 -0500 Subject: [PATCH] Update epdconfig.py --- .../python/lib/waveshare_epd/epdconfig.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py index e6819c5..65eee6e 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epdconfig.py @@ -14,10 +14,10 @@ __maintainer__ = 'Brian Yiu' __status__ = 'Development' # Pin definitions -CS_PIN = 26 -DC_PIN = 15 -RST_PIN = 16 -BUSY_PIN = 18 +CS_PIN = 26 # Orange +DC_PIN = 15 # Green +RST_PIN = 16 # White +BUSY_PIN = 18 # Purple # SPI device, bus = 32766, device = 1 on ROCK64 SPI = spidev.SpiDev(32766, 1)