mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2025-12-14 16:58:14 +08:00
blink LED on epd busy
This commit is contained in:
@@ -55,7 +55,7 @@ void EPD_4IN2_Refresh(void)
|
||||
EPD_4IN2_PowerOn();
|
||||
EPD_WriteCommand(0x12);
|
||||
delay(100);
|
||||
EPD_WaitBusy(LOW, 50);
|
||||
EPD_WaitBusy(LOW, 20000);
|
||||
EPD_4IN2_PowerOff();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user