removed sleep from example test
This commit is contained in:
parent
cf1fcf7bb7
commit
4dd4fb4ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@ try:
|
||||||
logging.info("Clear...")
|
logging.info("Clear...")
|
||||||
epd.Clear(0xFF)
|
epd.Clear(0xFF)
|
||||||
|
|
||||||
logging.info("Goto Sleep...")
|
# logging.info("Goto Sleep...")
|
||||||
epd.sleep()
|
# epd.sleep()
|
||||||
|
|
||||||
except IOError as e:
|
except IOError as e:
|
||||||
logging.info(e)
|
logging.info(e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue