I2C LCD interface in Python made for RPi.
- Free software: GNU General Public License v3
- Documentation: https://i2c-lcd.readthedocs.io.
- Interface with I2C-connected LCD screens, by means of the SMBus, most commonly with Raspberry Pi boards.
- Display text on the screen, given as a string or characters.
The code in this package is based almost entirely on code by DenisFromHR (Denis Pleic), taken 2017-3-26 from GitHub Gists.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.