Now first version is renamed to epdiy_epaper_v1.cpp

This commit is contained in:
martinberlin 2021-06-12 19:53:28 +02:00
parent 6dfa2a122a
commit d71793ffc9
2 changed files with 1 additions and 1 deletions

View file

@ -44,7 +44,7 @@ extern "C" {
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40) #define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
// Here is the issue that it does not draw full epaper. Insufficient buffer: // Here is the issue that it does not draw full epaper. Insufficient buffer:
#elif defined (CONFIG_LV_EPAPER_EPDIY_DISPLAY_CONTROLLER) #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) #elif defined (CONFIG_LV_EPAPER_CALEPD_DISPLAY_CONTROLLER)
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 90) #define DISP_BUF_SIZE (LV_HOR_RES_MAX * 90)