C++ binding for LVGL Bounty: https://github.com/lvgl/lv_binding_cpp
| Core | Misc | Widgets |
|---|---|---|
| lv_display | lv_anim | all |
| lv_event | lv_anim_timeline | |
| lv_indev | lv_style | |
| lv_obj | lv_timer | |
| lv_screen |
- Initially, it appears that all functions with the prefix
lv_timer_whose first parameter islv_timer_t*can be public member functions of theLvTimerC++ class. But how do we reliably determine constructors? Will they allways contain the word "create", regardless of the object type?