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 ###