Releases: smart-leds-rs/ws2812-spi-rs
Releases · smart-leds-rs/ws2812-spi-rs
v0.5.0
Added
- Add a
hosted
variant intended for SBCs where the whole data transmission needs to be done in a single call
Changed
- Increased reset time from ~50μs to ~300μs, to deal with more/newer variants
- Add error checking (especially for the length) in the
prerendered
variant - Update to
embedded_hal 1.0.0
v0.4.0
Added
- SK812w support for the
prerendered
variant
Changed
-
Modify
FullDuplex
FIFO handling to be more resilient -
Switch
prerendered
to use the same bit patterns as the normal variantThis removes the ability to use custom frequencies, but makes the whole code a
lot simpler & more like the normal variant.
v0.3.0
Added
- SK6812w support
Changed
- Switched to a more efficient pattern generation, with 4 spi bits per ws2812
bit instead of 3
v0.1.0
Fix up for publishing