Skip to content

Releases: jandelgado/jled

Release 4.13.1

10 Sep 17:34
1c79299
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.13.0...v4.13.1

Release 4.13.0

20 Aug 19:34
0633121
Compare
Choose a tag to compare

What's Changed

  • Allow stop to turn led fully off regardless of min brightness by @jandelgado in #121

Full Changelog: v4.12.2...v4.13.0

Release 4.12.2

29 Jun 20:03
5b10437
Compare
Choose a tag to compare

What's Changed

  • make sure JLedSequence stays off after Stop is called by @jandelgado in #116

Full Changelog: v4.12.1...v4.12.2

Release 4.12.1

11 Jan 10:00
5920329
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.12.0...v4.12.1

Release 4.12.0

16 Nov 20:37
4f8de1f
Compare
Choose a tag to compare

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: v4.11.0...v4.12.0

Release 4.11.0

29 Mar 20:27
9b657ac
Compare
Choose a tag to compare

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

Release 4.10.0

25 Mar 20:52
8380506
Compare
Choose a tag to compare

#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.

Release 4.9.0

15 Feb 08:17
075d120
Compare
Choose a tag to compare
  • 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

Release 4.8.0

19 Oct 12:06
c709871
Compare
Choose a tag to compare

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

Release 4.7.1

13 Oct 11:14
5a6f48c
Compare
Choose a tag to compare

fix time rollover (#80)