I am building a custom made third brake light for a concept car and wonder if it is possible to "hard"-wire a specific color on the WS2811/2812 LED strips .. and you probably know which one Red.
If it's not possible, I have to figure out how I can set the Red color via the Arduino (probably burn directly without bootloader).
'still using RGB LEDs...'
for what?
Either way, you need to drive the WS LEDs with the neopixel library or similar, or drive strings of RGB LEDs with 3 pins of PWM to mix any colours as needed.