fix UC81xx reset delay

This commit is contained in:
2025-12-27 17:11:25 +08:00
committed by Shuanglei Tao
parent 2986d06100
commit 5685e155d8

View File

@@ -68,7 +68,7 @@ void UC81xx_Dump_OTP(epd_model_t* epd) {
}
void UC81xx_Init(epd_model_t* epd) {
EPD_Reset(true, 10);
EPD_Reset(true, 50);
switch (epd->ic) {
case DRV_IC_UC8159:
EPD_Write(UC81xx_PWR, 0x37, 0x00);