Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 409 Bytes

File metadata and controls

8 lines (5 loc) · 409 Bytes

Ws2801 Adapter

This is a lightweight buffer-less driver to send pixel data out via SPI on the ESP8266 to drive ws2801 LEDs.

Instead of setting pixels in a buffer then sending that data out, this calls out to a function to generate each pixel. The pixel data could come from some other buffer, or be created on the fly.

This uses less memory and can theoretically drive a very long chain of LEDs.