ws2812b icon indicating copy to clipboard operation
ws2812b copied to clipboard

WS2812B full function driver library for general MCU and Linux.

Results 3 ws2812b issues
Sort by recently updated
recently updated
newest added

## PR fix / feat Changes include customizable one, zero mask per interface. Speed is related to mask thus arbitrary speed isntead of 10MHz. Added Odroid C4 project. Modified test,...

### Version 1.0.0 ### Describe the bug On Raspbery Pi 4b modified code to flicker in a 500 cycle loop from default color (RED) to none (color 0x00) with 8ms...

Following line is references hardcoded value relating to 21 leds. If more leds are operated leds over 21 are not reset. Should be value dependant on led count. https://github.com/hepingood/ws2812b/blob/84adf5dba5e46c66c2113dd92d5f45167b42b090/src/driver_ws2812b.c#L206