Releases: jandelgado/jled
Releases · jandelgado/jled
Release 4.13.1
What's Changed
- JLed::Update() returning wrong result sometimes by @jandelgado in #124, fixes #122
Full Changelog: v4.13.0...v4.13.1
Release 4.13.0
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
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
Release 4.12.0
Release Highlights
Release 4.12.0 brings a MinBrightness
method and a generalized Fade
method:
MinBrighntess(val)
- allows to set the minimum brightness (anlog toMaxBrightness
)Fade(from, to, duration
- is a generalizedFade
method, which fades from levelfrom
to levelto
in the givenduration
- 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
- upgade platformio to 6.1.4 (ci) by @jandelgado in #100
- refactor tests by @jandelgado in #101
- Reduce memory consumption by @jandelgado in #104
- add: MinBrightness() method by @jandelgado in #105
- add: general Fade(from, to, duration) method by @jandelgado in #106
Full Changelog: v4.11.0...v4.12.0
Release 4.11.0
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
#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
Release 4.8.0
new: make Breathe
method more flexible (#78, thanks to @boraozgen)
Release 4.7.1
fix time rollover (#80)