Jandelgado Jled Versions Save

Non-blocking LED controlling library for Arduino and friends.

v4.13.1

8 months ago

What's Changed

Full Changelog: https://github.com/jandelgado/jled/compare/v4.13.0...v4.13.1

v4.13.0

8 months ago

What's Changed

Full Changelog: https://github.com/jandelgado/jled/compare/v4.12.2...v4.13.0

v4.12.2

10 months ago

What's Changed

Full Changelog: https://github.com/jandelgado/jled/compare/v4.12.1...v4.12.2

v4.12.1

1 year ago

What's Changed

Full Changelog: https://github.com/jandelgado/jled/compare/v4.12.0...v4.12.1

v4.12.0

1 year ago

Release Highlights

Release 4.12.0 brings a MinBrightness method and a generalized Fade method:

  • MinBrighntess(val) - allows to set the minimum brightness (anlog to MaxBrightness)
  • Fade(from, to, duration - is a generalized Fade method, which fades from level from to level to in the given duration
  • a new fade from-to example (demonstration Fade(from, to, duration) was addd
  • a new pulse example (demonstrating MinBrightness) was added
  • Codebase was simplified (Fade logic, time check), which reduces code and object size
  • The cheat-sheet was updated

PR's

Full Changelog: https://github.com/jandelgado/jled/compare/v4.11.0...v4.12.0

v4.11.0

2 years ago

JLedSequence objects are now assignable, making switching effects easier. See https://github.com/jandelgado/jled-example-switch-sequence for an example.

v4.10.0

2 years ago

#93 : On, Off and Set now take an optional duration value, making these effects behave like any other in this regard. This allows to add an On effect to a JLedSequence for a specific amount of time.

v4.9.0

2 years ago
  • new: support the ESP-IDF platform for the ESP32 (#87, thanks to @troky for the initial work). This now allows JLed to be used in ESP-IDF projects directly

v4.8.0

2 years ago

new: make Breathe method more flexible (#78, thanks to @boraozgen)

v4.7.1

2 years ago

fix time rollover (#80)