fix 2.7b_V2 python

This commit is contained in:
SSYYL 2021-01-05 15:30:36 +08:00
commit a4cbba1a7c

View file

@ -19,7 +19,7 @@ try:
logging.info("epd2in7b_V2 Demo")
epd = epd2in7b_V2.EPD()
while(1) :
logging.info("init and Clear")
epd.init()
epd.Clear()
@ -94,7 +94,7 @@ try:
logging.info("Goto Sleep...")
epd.sleep()
time.sleep(30)
time.sleep(3)
epd.Dev_exit()
except IOError as e: