Committing file I missed in initial commit
This commit is contained in:
parent
07ad6bf43e
commit
900677d79c
|
@ -78,6 +78,8 @@ extern "C" {
|
|||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
|
||||
#elif defined (CONFIG_LV_TFT_DISPLAY_CONTROLLER_PCD8544)
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * (LV_VER_RES_MAX / 8))
|
||||
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_ILI9225
|
||||
#define DISP_BUF_SIZE (LV_HOR_RES_MAX * 40)
|
||||
#else
|
||||
#error "No display controller selected"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue