Enlarge DISP_BUF_SIZE. Remove epdiy_rounder callback since is not used
This commit is contained in:
parent
2d3a1fa7c3
commit
f4a760d482
4 changed files with 3 additions and 11 deletions
|
@ -42,8 +42,9 @@ extern "C" {
|
|||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
|
||||
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_ST7796S
|
||||
#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 * 40)
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 70)
|
||||
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_HX8357
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
|
||||
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_SH1107
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue