Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.38 KB

README.rst

File metadata and controls

45 lines (28 loc) · 1.38 KB

I2C LCD

Documentation Status Updates

I2C LCD interface in Python made for RPi.

Features

  • 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.

Credits

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.