3.2.2 - I2C fix, changed CI from Travis to GitHub Actions
This release includes:
- The constructors for
Character_LCD_I2C
andCharacter_LCD_RGB_I2C
now take an optionaladdress
parameter to specify an alternate I2C address. - Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-charlcd
.
Read the docs for info on how to use it.