drivers icon indicating copy to clipboard operation
drivers copied to clipboard

ws2812: add SPI based implementation

Open aykevl opened this issue 3 years ago • 0 comments

This is useful because it allows using the WS2812 driver on platforms without bitbanged WS2812 support and it may be the only option if disabling interrupts is impossible or impractical.

WIP: mostly untested. A previous version worked on a nrf52832 board. When I tested it on a PyBadge the SPI output looked like garbage (clock worked but data was a mess). Haven't investigated that yet.

aykevl avatar Dec 26 '20 23:12 aykevl