Please bring back Colorwheel widget to LVGL9

What do you want to achieve?

We would like to switch to LVGL9x from LVGL8x but as Colorwheel widget get deprecated we are unable do that.

Do you see alternative options and workaround to achieve it?

I do not see an alternative option. Our project is heavily depends on UI design where Colorwheel is part of the nice-looking appearance, where user could change RGB LED color on the Colorwheel disc.

Mention some use cases

Every project where there is an RGB LED that can change its color on HSV color space. It is not just a useful widget but its a design element.

something like one of these:


Thanks in advance!

You might mention it here: GitHub · Where software is built

Hi, unfortunately, the Colorwheel widget has been deprecated in LVGL9 and consequently is not available in SquareLine Studio for LVGL9 projects.

You can adapt the original widget to be compatible with LVGL9 and use it in your final code. In SquareLine Studio, you would simply add an image to represent the widget’s position and size, and then replace this image with your custom widget in the final code implementation.