Control WS281X LED Strips with Go


Summary of my bookmarked Github repositories from Oct 28th, 2021

Github repositories

  • mcuadros/go-rpi-ws281x

    go-rpi-ws281x is a Go package that provides a binding for the rpi_ws281x library, allowing users to control WS281X LED strips on Raspberry Pi. It supports various Raspberry Pi models and LEDs such as WS2812, SK6812RGB, and SK6812RGBW. To install go-rpi-ws281x, you can use the "go get" command and compile the necessary dependencies using scons. The package offers examples demonstrating the creation of a canvas, initialization, drawing functions, rendering, and closing the canvas. More examples can be found in the provided examples folder. The package is licensed under MIT.