is it possible to use the ws2812b ledstrip with the zero. there is much documentation about the gpio of the zero.
ive found this libary for rpi using the spi bus: https://github.com/joosteto/ws2812-spi
I'm trying something similar but instead of using the SPI port I'm trying to get it to use a standard GPIO pin. Has anyone tried this on an OPI PC? I know there are libraries for the RPI that do this.