add reset

This commit is contained in:
Robert Borzutzki 2022-10-19 13:39:13 +02:00
parent 21372f4b14
commit aa52f521a8

View File

@ -87,6 +87,7 @@ try:
logging.info("Goto Sleep...")
epd.sleep()
epd.reset()
except IOError as e:
logging.info(e)