From d71793ffc9e34e62324e0ae30306565ce4f61858 Mon Sep 17 00:00:00 2001 From: martinberlin Date: Sat, 12 Jun 2021 19:53:28 +0200 Subject: [PATCH] Now first version is renamed to epdiy_epaper_v1.cpp --- lvgl_helpers.h | 2 +- lvgl_tft/{epdiy_epaper.cpp => epdiy_epaper_v1.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lvgl_tft/{epdiy_epaper.cpp => epdiy_epaper_v1.cpp} (100%) diff --git a/lvgl_helpers.h b/lvgl_helpers.h index cda1e6a..cae3a25 100644 --- a/lvgl_helpers.h +++ b/lvgl_helpers.h @@ -44,7 +44,7 @@ extern "C" { #define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40) // Here is the issue that it does not draw full epaper. Insufficient buffer: #elif defined (CONFIG_LV_EPAPER_EPDIY_DISPLAY_CONTROLLER) -#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 90) +#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 110) #elif defined (CONFIG_LV_EPAPER_CALEPD_DISPLAY_CONTROLLER) #define DISP_BUF_SIZE (LV_HOR_RES_MAX * 90) diff --git a/lvgl_tft/epdiy_epaper.cpp b/lvgl_tft/epdiy_epaper_v1.cpp similarity index 100% rename from lvgl_tft/epdiy_epaper.cpp rename to lvgl_tft/epdiy_epaper_v1.cpp