Skip to content

Releases: smart-leds-rs/ws2812-spi-rs

v0.5.0

29 Jul 21:09
d84d759
Compare
Choose a tag to compare

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

02 Dec 22:05
Compare
Choose a tag to compare

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 variant

    This removes the ability to use custom frequencies, but makes the whole code a
    lot simpler & more like the normal variant.

v0.3.0

09 Feb 18:31
Compare
Choose a tag to compare

Added

  • SK6812w support

Changed

  • Switched to a more efficient pattern generation, with 4 spi bits per ws2812
    bit instead of 3

v0.1.0

18 Apr 16:38
Compare
Choose a tag to compare
Fix up for publishing