Skip to content

Releases: ubidefeo/micropython-i2c-lcd

Grove RGBDisplay enhancements

11 Aug 11:40
687cfe4
Compare
Choose a tag to compare

This release includes ways for RGB displays to be automatically recognised based on their backlight controller i2c address.
Previously the user had to manually specify the version while initing, causing issues if the parameter was not named.
Look at updated examples and README.md for help on how to use it.

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 - MIP compliant library

25 Mar 22:58
ce79489
Compare
Choose a tag to compare

This release arranges modules into a package and fixes local imports.
MIP compliant installation via package.json is also addressed.