ws2812-spi icon indicating copy to clipboard operation
ws2812-spi copied to clipboard

Rework ws2812-spi

Open e-yes opened this issue 7 years ago • 0 comments

  • Don't use numpy for ws2812 anymore. Instead, use lookup tables for encoding one byte to 3 bytes output (oversampling by a factor of 3). I've looked up the idea from @msperl, sorry for pun:)

  • Clean up the code, make it closer to PEP8 standard.

e-yes avatar Feb 27 '17 19:02 e-yes