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
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."
knob_recolor
Add a property "Knob recolor" so we can change the value of "knob_recolor" argument to true.
true
The text was updated successfully, but these errors were encountered:
mvladic
No branches or pull requests
Original description of the issue:
Currently, Colorwheel widget is constructed by calling:
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
.The text was updated successfully, but these errors were encountered: