Add generic CalEPD SPI epaper driver
This commit is contained in:
parent
42ae32f373
commit
160035caca
7 changed files with 63 additions and 24 deletions
|
@ -45,6 +45,9 @@ extern "C" {
|
|||
// 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)
|
||||
#elif defined (CONFIG_LV_EPAPER_CALEPD_DISPLAY_CONTROLLER)
|
||||
#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