Request for help with errors after compilation

Hello,
I would like to make a graphical interface with lvgl. I followed the different steps for starting a project. But when compiling, the following errors appear:
error: ‘DISP_BUF_SIZE’ undeclared (first use in this function)
error: ‘fbdev_flush’ undeclared (first use in this function)

Cordially

What steps have you used to get started? These are the ones for a fresh project - they don’t mention DISP_BUF_SIZE or fbdev_flush.