Skip to content

Releases: markus-k/lp586x-rs

v0.2.0

18 Sep 20:38
Compare
Choose a tag to compare

Changes in this release:

  • Support for T variants: LP5860T, LP5861T, LP5866T, LP5868T
  • Support for LP5866
  • ConfigBuilder is now an empty, generic-free struct that provides device-specific
    new_*() methods. These return a ConfigBuilderDeviceSpecific.
  • LP586x::new_*() methods now take a impl DelayNs instead of &mut impl DelayNs.
    This usually shouldn't require code changes.

v0.1.0

10 Apr 19:02
Compare
Choose a tag to compare

Initial release of lp586x, an embedded-hal driver for Texas Instruments LP586x LED matrix drivers.