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

feature(libinput): Add function to reset driver states #274

Closed Johennes closed 1 year ago

Johennes commented 1 year ago

This adds new functions to de-initialise the libinput and XKB driver states which allows existing data structures to be reused when devices are connected or disconnected at runtime.

An example of how to use this can be found in https://gitlab.com/cherrypicker/unl0kr/-/merge_requests/15.

kisvegabor commented 1 year ago

Thank you!