mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2026-03-15 11:23:17 +08:00
fix UC81xx reset delay
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user