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

[LVGL] Support for "Knob recolor" option in Colorwheel widget #733

Open
jackmiaomiao opened this issue Feb 18, 2025 · 0 comments
Open

[LVGL] Support for "Knob recolor" option in Colorwheel widget #733

jackmiaomiao opened this issue Feb 18, 2025 · 0 comments
Assignees
Milestone

Comments

@jackmiaomiao
Copy link

jackmiaomiao commented Feb 18, 2025

Original description of the issue:

colorwheel组件在创建时knob_recolor默认为false:lv_colorwheel_create(parent_obj, false);没有地方可以修改为true

Currently, Colorwheel widget is constructed by calling:

lv_colorwheel_create(parent, false);

This second argument is:

"knob_recolor true: set the knob's color to the current color."

Add a property "Knob recolor" so we can change the value of "knob_recolor" argument to true.

@mvladic mvladic added enhancement and removed bug labels Feb 18, 2025
@mvladic mvladic changed the title 反馈一个bug待更新 [LVGL] Support for "Knob recolor" option in Colorwheel widget Feb 18, 2025
@mvladic mvladic added this to the 0.23.0 milestone Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants