Releases: LUXROBO/pymodi-plus
Releases · LUXROBO/pymodi-plus
v0.4.2
22 Dec 05:10
Compare
Sorry, something went wrong.
No results found
What's New in v0.4.2
Features
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)
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
Bug Fixes
Fixed PnP mode configuration issue
GitHub Actions workflow fixes
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
Compare
Sorry, something went wrong.
No results found
Add draw_dot function on display module
Fix write_text function error on display module if text length is 23
Change module constructor argument from uuid to id
v0.2.1
02 Dec 02:12
Compare
Sorry, something went wrong.
No results found
Refactor write_text input type on display module
v0.2.0
02 Dec 00:55
Compare
Sorry, something went wrong.
No results found
Refactor getter/setter for each MODI+ module
v0.1.1
23 Nov 03:27
Compare
Sorry, something went wrong.
No results found
Change python minimum version to 3.7
v0.1.0
22 Nov 00:10
Compare
Sorry, something went wrong.
No results found
Add creation examples (brush, dodge)
Add network, battery module functions
Fix play_music function on speaker module
Add preset resource on speaker and display module
Add search module time and timeout exception
v0.0.2
18 Nov 01:20
Compare
Sorry, something went wrong.
No results found
change python minimum version to v3.9