Skip to content

Tags: jandelgado/jled

Tags

v4.15.0

Toggle v4.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
optionally return last brightness value from Update() (#131)

add new example examples/last_brightness

v4.13.1

Toggle v4.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix JLed::Update() returning wrong result sometimes (#124)

* also check the outcome of Update() in tests
because this reveales the root cause of #122, that false is returned
while the effect is acutally running

* upgrade to catch2 v3

* update platformio to 6.1.10

* release 4.13.1

* update coversall action

v4.13.0

Toggle v4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow stop to turn led fully off regardless of min brightness (#121)

release 4.13.0

v4.12.2

Toggle v4.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make sure JLedSequence stays off after Stop is called (#116)

v4.12.1

Toggle v4.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add missing keywords (#112)

v4.12.0

Toggle v4.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add: general Fade(from, to, duration) method (#106)

* FadeOn/FadeOff now use generalized Breathe evaluator allowing us to get rid of classes formerly used for FadeOn/FadeOff
* add generalized Fade(from,to,duration) function which internally configures the breathe-effect with min- and
max-brightness correctly set up.
* add fade from-to example
* add pule example

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make JLedSequence objects assignable (#94)

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add period to on and off effects (#93)

v4.9.0

Toggle v4.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ESP32: use esp-idf api to control led (#87)

v4.8.0

Toggle v4.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 4.8.0