add 4.01f demo
This commit is contained in:
parent
c65eec8e5e
commit
7b958776c8
52 changed files with 11250 additions and 1902 deletions
|
|
@ -80,11 +80,10 @@ static void EPD_5in83_V2_ReadBusy(void)
|
|||
Debug("e-Paper busy\r\n");
|
||||
do {
|
||||
EPD_5in83_V2_SendCommand(0x71);
|
||||
DEV_Delay_ms(50);
|
||||
DEV_Delay_ms(10);
|
||||
}
|
||||
while(!DEV_Digital_Read(EPD_BUSY_PIN));
|
||||
Debug("e-Paper busy release\r\n");
|
||||
DEV_Delay_ms(50);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue