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