Attempt to add partial update when flush area is not full screen
This commit is contained in:
parent
f4a760d482
commit
7d339be14a
2 changed files with 10 additions and 3 deletions
|
@ -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 * 70)
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 90)
|
||||
#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