Skip to content

v0.2 - Documentation and More

Compare
Choose a tag to compare
@jath03 jath03 released this 29 Aug 18:01
· 103 commits to master since this release

The biggest parts of this release are the new documentation and a new (since v0.1.3) way to control your LEDs! Documentation can be found on readthedocs. The alternative control method is a new way to control your LEDs that will be familiar to users of FastLED or adafruit's NeoPixel libraries. More details in the docs

Other changes:

  • Added the ability to resize zones (since v0.1.6)
  • Added the ability to connect and disconnect from the SDK server. (since v0.1.4)
  • The naming scheme of the constants was also changed to remove redundancy.
    DeviceType.DEVICE_TYPE_MOTHERBOARD -> DeviceType.MOTHERBOARD
  • Calling update on an OpenRGBClient will now check whether new devices have been added.