-
Notifications
You must be signed in to change notification settings - Fork 792
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
led_indicator features (AEGHB-413) #299
Comments
This is a bug that will be fixed in version If there are any requirements, please feel free to mention them. In the future, we will support the WS2812 driver and provide the ability to modify settings. However, it's possible that gradual color fading may not be supported initially. |
Hi @lijunru-hub, Support of the WS2812 will be good. I used this component https://components.espressif.com/components/espressif/led_strip now and added it in custom config. It is working, but I haven't got API for change color. For the first, there can be function for set color, and after that on/off, blink and fade all channels of brightness in same values. The last think, there will be nice to change default settings here: https://github.com/espressif/esp-iot-solution/blob/master/components/led/led_indicator/src/led_indicator_blink_default.c to something more independent. For example:
Thank you very much! |
Hi, |
@espzav version 0.5.0 will released as soon as possible. |
Reopen until led_strip is supported |
Hi @espzav , the feature has been added to espressif/led_indicator through ee5f4cc. please update to |
Hi @leeebo, Thank you very much! Great job! |
Hello,
please, could you help me understand the LED Indicator component? I thought, that it will be similar like iot_button, but it was false.
And it is only changing brightness from zero to 255 and then skip to zero and again from zero to 255. But not changing from 255 to zero. Could you help me please?
It will help with Generic BSP, which I am making now.
Thank you for help.
The text was updated successfully, but these errors were encountered: