phip1611 / ws2818-rgb-led-spi-driver

Simple, educational driver for WS28xx RGB LED (chains) written in Rust. It uses SPI device for timing. Needs Linux and works definitely on Raspberry Pi.
MIT License
18 stars 6 forks source link

SPI frequency to drive LED #12

Open cornelius-span opened 9 months ago

cornelius-span commented 9 months ago

hey! The library looks great however it would be super useful to define in the readme the frequency that the SPI clock line needs to be set to be able to drive the led. It seems not super clear! Thanks

phip1611 commented 9 months ago

Hi, thanks for the hint! I update the README soon, if I find some time.