smart-leds-rs / ws2812-spi-rs

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

Remove `prerendered` variant #13

Closed david-sawatzke closed 3 years ago

david-sawatzke commented 3 years ago

It's pretty slow & I haven't heard of anyone using it. Additionally, the normal code is now simple enough that the caching layer should probably be placed a layer above, on the iterator level, if it's needed.

Just to make sure: Is anyone using it?

david-sawatzke commented 3 years ago

I've changed my mind, AVR doesn't work without an approach like this, see #14 for the new variant