smart-leds-rs / ws2812-spi-rs

Use ws2812 on rust with embedded-hal spi
Apache License 2.0
68 stars 25 forks source link

Increase reset time for the prerendered variant #20

Closed david-sawatzke closed 3 years ago

david-sawatzke commented 3 years ago

Also moves flush into the send function, otherwise the buffer will get to big.

We also save 20-40 bytes of RAM. Yay!

Followup to #18, works on avr. (not particularly hard, since its mosi line is low on idle, but anything faster will work anyway)