fix 2.7b_V2 python
This commit is contained in:
parent
7b958776c8
commit
a4cbba1a7c
1 changed files with 75 additions and 75 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue