lvgl / lv_drivers

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

lv_drivers branch 8.0 doesn't compile #154

Closed ckielstra closed 3 years ago

ckielstra commented 3 years ago

I checked out the v8.0 branch in lv_drivers in the hope to have a more-or-less stable branch instead of being on the latest greatest but untested master. https://github.com/lvgl/lv_drivers/tree/release/v8.0 tag v8.0.1

This branch fails to compile because indev/evdev.c references drv->disp->driver.hor_res instead of using a '->' in the last part

This (and more) has been fixed on master Can we update the v8.0 branch to a working version again?

embeddedt commented 3 years ago

This should be fixed in release/v8.0 now.

ckielstra commented 3 years ago

Thanks