We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arc
This is a real kickass feature: https://docs.lvgl.io/8.3/widgets/core/arc.html#place-another-object-to-the-knob See the Simple Arc example at the bottom of the page.
Should be feasible with a choice from two config options:
- arc: x: 10 y: 10 id: arc_id value: 75 min_value: 1 max_value: 100 adjustable: true align_obj_to_angle: # this or the other obj_to_align: id_of_the_other_object radius_offset: distance_wanted_from_the_arc rotate_obj_to_angle: obj_to_rotate: id_of_the_other_object radius_offset: distance_wanted_from_the_arc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a real kickass feature: https://docs.lvgl.io/8.3/widgets/core/arc.html#place-another-object-to-the-knob
See the Simple Arc example at the bottom of the page.
Should be feasible with a choice from two config options:
The text was updated successfully, but these errors were encountered: