removed sleep from example test

This commit is contained in:
Brian Y 2019-12-12 22:43:14 -05:00
commit 4dd4fb4ac9

View file

@ -104,8 +104,8 @@ try:
logging.info("Clear...")
epd.Clear(0xFF)
logging.info("Goto Sleep...")
epd.sleep()
# logging.info("Goto Sleep...")
# epd.sleep()
except IOError as e:
logging.info(e)