pixelslinger icon indicating copy to clipboard operation
pixelslinger copied to clipboard

Controls LED strips and handles Open Pixel Control messages.

Results 2 pixelslinger issues
Sort by recently updated
recently updated
newest added

This project assumes all SPI messages are on channel 0. Fixes needed: - Add the ability to specify an output channel from the command line. - Preserve the channel when...

Right now we're not setting the SPI clock speed. Here is demo code doing it in C: https://github.com/zestyping/openpixelcontrol/blob/master/src/spi.c#L58 We need to reproduce this in Go. Because we don't have this,...