diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index a4e37e9..c1f295c 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -557,6 +557,6 @@ class EPD: self.send_command(DEEP_SLEEP) self.send_data(0xA5) self.ReadBusy() - epdconfig.module_exit() + # epdconfig.module_exit() ### END OF FILE ###