There is an LVGL object to do this. But for ESPHome to to use the color picker object it would need to be added to ESPhome. There are a few LVGL objects that do not exist in the ESPHome world yes. The color picker, graphing object, and canvas (free draw) are not available yet.
LVGL is very new to ESPHome and these other object will probably be integrated at some point.
In the mean time you should be a able to make a bunch of buttons that turn the LED a specific color. Like the favorites button in lovelace
Does anyone know what the style property for getting the last digit of a spinbox to NOT be blue???
Ideally I want it to be transparent and for the life of me I cant find the correct property.
How can I display the value set by the slider?
…windgets:
- slider:
x: 25
y: 25
width: 200
height: 25
id: slider_id
value: 75
min_value: 0
max_value: 100
knob:
bg_color: 0x00FF00