This commit is contained in:
SSYYL 2021-01-26 14:35:45 +08:00
commit e673dfa904
2 changed files with 75 additions and 76 deletions

View file

@ -33,7 +33,7 @@
int EPD_2in9_V2_test(void)
{
printf("_EPD_2IN9_V2_test Demo\r\n");
printf("EPD_2IN9_V2_test Demo\r\n");
if(DEV_Module_Init()!=0){
return -1;
}

View file

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