nickovs / ws2812-SPI

An efficient micropython WS2812 (NeoPixel) driver
Apache License 2.0
26 stars 7 forks source link

PL9823 #3

Closed cefn closed 3 years ago

cefn commented 6 years ago

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.