Support ILI9163c (Sparkfun LCD-15143)
This commit is contained in:
parent
147cacc0af
commit
21f81d117b
9 changed files with 365 additions and 7 deletions
|
@ -73,6 +73,8 @@ extern "C" {
|
|||
#define DISP_BUF_SIZE ((LV_VER_RES_MAX * LV_VER_RES_MAX) / 8) // 5KB
|
||||
#elif defined (CONFIG_LV_TFT_DISPLAY_CONTROLLER_UC8151D)
|
||||
#define DISP_BUF_SIZE ((LV_VER_RES_MAX * LV_VER_RES_MAX) / 8) // 2888 bytes
|
||||
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_ILI9163C
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
|
||||
#else
|
||||
#error "No display controller selected"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue