when I add the code in my linux systerm and cross compile , errors
justdomyself opened this issue · 2 comments
justdomyself commented
the error code like this:
/home/alientek/Desktop/alientek/ui/lv_drivers/display/fbdev.c:175:18: error: unknown type name ‘lv_disp_drv_t’
void fbdev_flush(lv_disp_drv_t * drv, const lv_area_t * area, lv_color_t * color_p)
kisvegabor commented
This repo is using LVGL v8, so be sure to use the lvgl
and lv_drivers
versions pointed by the submodules in this repo.
If you want to use lvgl master
you just need to enable the frame buffer device in lv_conf.h
and create a display with these functions.
justdomyself commented
thank you! I have resove my problem。