Skip to content

Release 4.12.0

Compare
Choose a tag to compare
@jandelgado jandelgado released this 16 Nov 20:37
· 5 commits to master since this release
4f8de1f

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