Skip to content

v0.4.2

Latest

Choose a tag to compare

@csk6124 csk6124 released this 22 Dec 05:10
c9f169d

What's New in v0.4.2

Features

  1. RGB Raw Value Properties for Env Module v2.x+

    • New properties: raw_red, raw_green, raw_blue, raw_white (0-65535)
    • New property: raw_rgb tuple (raw_red, raw_green, raw_blue, raw_white)
  2. RGB Mode Configuration

    • New method: set_rgb_mode(mode, duration) for Env module
    • RGB mode constants: RGB_MODE_AMBIENT, RGB_MODE_ON, RGB_MODE_DUALSHOT
  3. Bug Fixes

    • Fixed PnP mode configuration issue
    • GitHub Actions workflow fixes
  4. Code Quality

    • Code style fixes for flake8 compatibility

Installation

pip install pymodi-plus==0.4.2

Full Changelog: v0.4.0...v0.4.2