lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
319 stars 312 forks source link

There is no lv_disp_drv_t data type in source code #305

Open pouyaimani opened 10 months ago

pouyaimani commented 10 months ago

I can not find any lv_disp_drv_t data type in source code in master branch of lvgl, however it is used in source code

kisvegabor commented 10 months ago

I's removed in LVGL v9. Which LVGL version do you use?

pouyaimani commented 10 months ago

I's removed in LVGL v9. Which LVGL version do you use?

I’m using master branch.

pouyaimani commented 10 months ago

I's removed in LVGL v9. Which LVGL version do you use?

So how should I use lvgl v9 with lv_driver project?

kisvegabor commented 10 months ago

LVGL v9 has it's own built in drivers and lv_drivers won't be used in the future.

Which driver would you like to use?

muteryx commented 3 days ago

LVGL v9 has it's own built in drivers and lv_drivers won't be used in the future.

Which driver would you like to use?

I have the same problem。I am using Linux Framebuffer。