Skip to content
New issue

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 Place another object to the knob #31

Open
nagyrobi opened this issue Jan 10, 2024 · 0 comments
Open

arc Place another object to the knob #31

nagyrobi opened this issue Jan 10, 2024 · 0 comments

Comments

@nagyrobi
Copy link

nagyrobi commented Jan 10, 2024

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.

Névtelen

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant