voorkant / voorkant-core

https://voorkant.org/
MIT License
2 stars 3 forks source link

uirgblight: color temp slider is upside down #90

Closed Habbie closed 2 months ago

Habbie commented 6 months ago

compared to the one in HA. It also lacks a text indicator of current value, and I vaguely get the impression the range isn't set correctly either.

cyclops1982 commented 6 months ago

I choose this because LVGL didn't do what i wanted.

On https://docs.lvgl.io/master/widgets/slider.html it is documented that a range can be from 0 to 100, or from 100 to 0. That seems to work with horizontal sliders, but it does not seem to work for vertical sliders.

I personally think this is a bug, but we'd have to test in lvgl 9 before we can probably report it).

Habbie commented 2 months ago

I personally think this is a bug, but we'd have to test in lvgl 9 before we can probably report it).

I just reversed them again in #108 and it just works!