-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hello,
I’m trying to control an LED with a WS2811 controller (PL9823) using the Neopixel function. Here are my current settings:
“Amount of Neopixels” is set to 1.
“Neopixel status LED” is configured as First LED.
Unfortunately, the LED only displays the WLAN/ATEM connection status (White, Blue, or Orange). The colors Green, Red, or Off for the Tally Status are not working, the LED stays only orange.
Interestingly, it works when I change:
“Amount of Neopixels” to 2
“Neopixel status LED” to Last LED
In that case, the LED lights up according to the Tally status (Red, Green, or Off). However, this configuration doesn't display the WLAN/ATEM connection status, when there is no connection to the ATEM. I would like to be able to see the WLAN Status when their is no connection to the ATEM (for troubleshooting purpose)
Do I need to make changes in the code to ensure that a single LED controlled via Neopixel can accurately display all status indicators?
Thank you for your assistance!