removed module exit from sleep function

This commit is contained in:
Brian Y 2019-12-12 22:48:02 -05:00
commit 327951bc4a

View file

@ -557,6 +557,6 @@ class EPD:
self.send_command(DEEP_SLEEP) self.send_command(DEEP_SLEEP)
self.send_data(0xA5) self.send_data(0xA5)
self.ReadBusy() self.ReadBusy()
epdconfig.module_exit() # epdconfig.module_exit()
### END OF FILE ### ### END OF FILE ###