From c7709d94dfea77a9a4344904f63645e49913cb52 Mon Sep 17 00:00:00 2001 From: Brian Y Date: Thu, 12 Dec 2019 22:21:00 -0500 Subject: [PATCH] Update epd2in7.py --- RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py index c7b4e3c..43c516d 100644 --- a/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py +++ b/RaspberryPi&JetsonNano/python/lib/waveshare_epd/epd2in7.py @@ -558,6 +558,7 @@ class EPD: # self.ReadBusy() # epdconfig.module_exit() self.send_command(DEEP_SLEEP) + self.send_data(0xA5) self.ReadBusy() epdconfig.module_exit() ### END OF FILE ###