This commit is contained in:
SSYYL 2021-02-23 11:32:39 +08:00
parent 0476b719ce
commit 24edec8e57
74 changed files with 41 additions and 138 deletions

View file

@ -208,7 +208,7 @@ class EPD:
self.send_command(0x10) # DEEP_SLEEP_MODE
self.send_data(0x01)
def Dev_exit(self):
epdconfig.delay_ms(2000)
epdconfig.module_exit()
### END OF FILE ###