Do not update display automatically after frame uploading.

This commit is contained in:
imi415 2021-01-16 21:51:49 +08:00
parent 435a1379d3
commit 4d9faf27b7
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,6 @@ depg0213_ret_t depg0213_epd_load(depg0213_epd_t *epd, uint8_t *bw_image, uint8_t
DEPG0213_ERROR_CHECK(epd->cb.write_cmd_cb(epd->user_data, &wr_command, 0x01));
DEPG0213_ERROR_CHECK(epd->cb.write_data_cb(epd->user_data, red_image, 2756)); // 104 / 8 * 212
DEPG0213_ERROR_CHECK(depg0213_epd_update(epd));
return DEPG0213_OK;
}

View File

@ -5,7 +5,9 @@
#define DEPG0213_PANEL_SELECTION depg0213_dke_init_sequence
#ifndef DEPG0213_LUT_OTP
#define DEPG0213_LUT_OTP 0
#endif
#if(!DEPG0213_LUT_OTP)