I’m trying to get the following to work but I can’t figure out how. I have tried many possibilities in my sketch but now I’m searching for some help.
I want to have this:
I have a WS2812B strip with 300 pixels.
The standard color of this strip must be orange at 50% brightness. (background)
Inside the orange color there must be three sets of 3 white pixels which are slowly moving from begin to end.
This 3 white pixels must be have a fade in and fade out effect for more smoothness.
0 to 256 and 256 to 0
Agreed with hex, show your code
But if your having trouble, I guess it’s cause your using the RGB colourset. Change to hsv and then your code is hue 32 (orange) saturation 255 value is 128 for backround, then change the value to 255 by fading for the moving white (255 is white)
But I forget and get confused all the time, so maybe saturation has to be 0.
But play with plugging in numbers and you can get a feel for it.