beyondscreen / node-rpi-ws281x-native

native bindings to drive WS2811 (or WS2812) LED-Controllers on a Raspberry Pi
MIT License
224 stars 101 forks source link

Changed default DMA to 10 #117

Closed Zefiro closed 3 years ago

Zefiro commented 3 years ago

The used library project - https://github.com/jgarff/rpi_ws281x - now has a big warning about using DMA channel 5. Apparently on more recent Raspi versions this is used by the file system, leading to corruption.

usefulthink commented 3 years ago

thanks a lot!