Skip to content

3.2.2 - I2C fix, changed CI from Travis to GitHub Actions

Compare
Choose a tag to compare
@evaherrada evaherrada released this 22 Jan 01:39
0c034cf

This release includes:

  • The constructors for Character_LCD_I2C and Character_LCD_RGB_I2C now take an optional address 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.