Description
Several new LVGL 9.5 widgets are missing from the main lvgl_cpp.h header:
Also, ArcLabel lacks a consolidated set_angles(start, size) method and get_text() is currently returning a hardcoded empty string.
Proposed Fix
- Update
lvgl_cpp.h to include headers for the above widgets.
- Add
set_angles(lv_value_precise_t start, lv_value_precise_t size) to ArcLabel.
- Update
ArcLabel::get_text() to return nullptr or implement the getter if available in the C API.
Description
Several new LVGL 9.5 widgets are missing from the main
lvgl_cpp.hheader:ArcLabel3DTextureGLTFAlso,
ArcLabellacks a consolidatedset_angles(start, size)method andget_text()is currently returning a hardcoded empty string.Proposed Fix
lvgl_cpp.hto include headers for the above widgets.set_angles(lv_value_precise_t start, lv_value_precise_t size)toArcLabel.ArcLabel::get_text()to returnnullptror implement the getter if available in the C API.