nickovs/ws2812-SPI

PL9823

cefn opened this issue · 0 comments

cefn commented

I thought I would note that I have had good results with this library and waterproof PL9823 LED chains purchased from here

However, I needed to change the timing rate as follows to get a stable control signal given the base timing of the different hardware...

pl9823 = 2850000
spi = SPI(1, baudrate=pl9823)

Perhaps different successful baud rates for different hardware could be noted and provided as 'constants'. I imagine WS2812S would need to be tweaked slightly also.