added delay after sleep command

This commit is contained in:
Brian Y 2019-12-11 00:04:46 -05:00
commit 4d1ad75a94

View file

@ -554,7 +554,7 @@ class EPD:
self.ReadBusy()
self.send_command(0x07) # deep sleep
self.send_data(0xa5)
self.ReadBusy()
epdconfig.module_exit()
### END OF FILE ###