Question about WS2812b … Assuming a string length N …
1st 24 bits = 1
2nd 24 bits = 2 etc etc …
If the data line is held low for > 50uSec the 1st LED is “reset”
Is that to say all color values for the 1st LED are reset OR that the device is ready to accept the next 24 bits for itself ??
If the data line is held low for > 50uSec --> the device is ready to accept the next 24 bits for itself. The previous color data is maintained at the output until the new value is completely received.
Means the device is ready to accept the next 24 bits - though this number is closer to 5us.
THANKS Gents …