lvgl / lv_drivers

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

fbdev is broken against lvgl master/v9 #304

Open ric96 opened 6 months ago

ric96 commented 6 months ago

fbdev driver seems to still be using lv_disp_drv_t which has been retired in v9

https://github.com/lvgl/lvgl/blob/2fa984720137988bc379ee815474d9179ba0224c/docs/CHANGELOG.rst#L74

kisvegabor commented 6 months ago

In v9 fbdev is merged to the lvgl repo.

ric96 commented 6 months ago

ah, then lv_port_linux_frame_buffer needs to be updated

kisvegabor commented 6 months ago

True, we will update it before releasing v9 on January 15.