Skip to content

Releases: LUXROBO/pymodi-plus

v0.4.2

22 Dec 05:10
c9f169d

Choose a tag to compare

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

v0.3.0

19 Jan 07:02

Choose a tag to compare

  • Feature
  1. Add draw_dot function on display module
  • Patch
  1. Fix write_text function error on display module if text length is 23
  2. Change module constructor argument from uuid to id

v0.2.1

02 Dec 02:12

Choose a tag to compare

  • Patch
  1. Refactor write_text input type on display module

v0.2.0

02 Dec 00:55

Choose a tag to compare

  • Feature
  1. Refactor getter/setter for each MODI+ module

v0.1.1

23 Nov 03:27

Choose a tag to compare

  • Feature
  1. Change python minimum version to 3.7

v0.1.0

22 Nov 00:10

Choose a tag to compare

  • Feature
  1. Add creation examples (brush, dodge)
  2. Add network, battery module functions
  3. Fix play_music function on speaker module
  4. Add preset resource on speaker and display module
  5. Add search module time and timeout exception

v0.0.2

18 Nov 01:20

Choose a tag to compare

  • Feature
  1. change python minimum version to v3.9