From 327951bc4a06135a48b06a82bd8a539dfa17ed62 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Thu, 12 Dec 2019 22:48:02 -0500 Subject: [PATCH] removed module exit from sleep function --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###