Skip to content

Lixie II 1.3.0 - Compatibility Fix Edition!

Compare
Choose a tag to compare
@connornishijima connornishijima released this 24 Nov 09:18
· 10 commits to master since this release
2f1c8ed

I've fixed several backward-compatibility issues and new bugs as well!

In summary:

  • Lixie_II is now ~95% backwards compatible with Lixie 1 code using deprecated functions. Some are omitted due to issues between the original blocking code and the new ISR-based code.
  • Manually set brightness levels are now software-enforced in the animation ISR, since CLEDController objects in FastLED do not support the native FastLED.setBrightness() call. A better fix is being researched.
  • Brightness can now be set with either 0-255 (8-bit) or on a floating point 0.0-1.0 range. (Still only 256 levels though)
  • The WIFI_NTP_CLOCK example has been refined for our upcoming Lixie II Powered Base kits, for the included "Hourglass" NTP controller, and includes a few extra color features.