mcuadros / go-rpi-ws281x

Go bindings for Raspberry Pi PWM library for WS281X LEDs
MIT License
41 stars 6 forks source link

Support Fixes #1

Closed simonas-dev closed 6 years ago

simonas-dev commented 6 years ago

Fixed:

mcuadros commented 6 years ago

Thanks, I am using PiZero, so I didn't found the DMA error.

simonas-dev commented 5 years ago

Hi Adrian,

The problem is that you are using jgarff/rpi_ws281x provided inside of the vendor folder. The library provided directs at the commit which is 3 years old. My fixes updated the bindings to for them to work with a newer version of the library. Thats why changes made by me do not work for you.

Try to use the latest version of jgarff/rpi_ws281x and then hopefully everything should work fine.

Good Luck!