diff --git a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py index 6095138..00d74c0 100644 --- a/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py +++ b/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py @@ -86,9 +86,6 @@ class RaspberryPi: self.GPIO.output(self.RST_PIN, 0) self.GPIO.output(self.DC_PIN, 0) - self.GPIO.cleanup() - - class JetsonNano: # Pin definition RST_PIN = 17