09-26-2024, 08:32 PM
Hello!
I'm testing the RGBW LED on the KC868-A8S board, using the code:
but when I choose a color, it doesn't turn on the chosen color, for example, if I choose the color red, the LED turns green.
Do I have to do some kind of calibration or use another code?
I'm testing the RGBW LED on the KC868-A8S board, using the code:
Code:
light:
- platform: neopixelbus
type: RGBW
variant: ws2812x
pin: 12
num_leds: 1
name: "NeoPixel Light"
but when I choose a color, it doesn't turn on the chosen color, for example, if I choose the color red, the LED turns green.
Do I have to do some kind of calibration or use another code?