Skip to main content

A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller.

Project description

Join the chat at https://gitter.im/RPLCD/Lobby Build Status PyPI Version PyPI Wheel PyPI Python Versions Dependencies License

A Python 3/2 Raspberry PI Character LCD library for the Hitachi HD44780 controller. It supports both GPIO (parallel) mode as well as boards with an I²C port expander (e.g. the PCF8574 or the MCP23008).

This library is inspired by Adafruit Industries’ CharLCD library as well as by Arduino’s LiquidCrystal library.

For GPIO mode, no external dependencies (except the RPi.GPIO library, which comes preinstalled on Raspbian) are needed to use this library. If you want to control LCDs via I²C, then you also need the python-smbus library. If you want to control the LCD with pigpio, you have to install the pigpio library.

If you’re trying to get started with RPLCD, you should probably read the docs :)

Photo of 20x4 LCD in action

Setup

You can install RPLCD directly from PyPI using pip:

$ sudo pip install RPLCD

If you want to use I²C, you also need smbus:

$ sudo apt install python-smbus

You can also install the library manually without pip. Either just copy the scripts to your working directory and import them, or download the repository and run python setup.py install to install it into your Python package directory.

Features

Implemented

  • Simple to use API

  • Support for both 4 bit and 8 bit modes

  • Support for both parallel (GPIO) and I²C connection

  • Support for custom characters

  • Support for backlight control circuits

  • Built-in support for A00 and A02 character tables

  • Python 2/3 compatible

  • Caching: Only write characters if they changed

  • No external dependencies (except RPi.GPIO, and python-smbus if you need I²C support)

Wishlist

These things may get implemented in the future, depending on my free time and motivation:

  • MicroPython port

Supported I²C Port Expanders

  • PCF8574 (used by a lot of I²C LCD adapters on Ali Express)

  • MCP23008 (used in Adafruit I²C LCD backpack)

  • MCP23017

Documentation

Testing

Interactive Test Script

To test your LCD, please run the lcdtest.py script with the testsuite target.

Unit Tests

There are also unit tests. First, install dependencies:

pip install -U -r requirements-dev.txt

Then run the tests:

py.test -v

Coding Guidelines

PEP8 via flake8 with max-line-width set to 99 and E126-E128,C901 ignored:

flake8 --max-line-length=99 --ignore=E126,E127,E128,C901 RPLCD/lcd.py

Resources

License

This code is licensed under the MIT license, see the LICENSE file or tldrlegal for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RPLCD-1.1.0.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

RPLCD-1.1.0-py2.py3-none-any.whl (37.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file RPLCD-1.1.0.tar.gz.

File metadata

  • Download URL: RPLCD-1.1.0.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for RPLCD-1.1.0.tar.gz
Algorithm Hash digest
SHA256 f43fefa3652d87abff3d61f10292578b77aec4509eb6529649cd0aae12e4449d
MD5 fe5a5d55cc5bac423c8ad03b5a7cd7fd
BLAKE2b-256 36f80da5aafda76bcbb2b8fc7d923249c5a796b1749484dd961ece3ae7cd7c07

See more details on using hashes here.

File details

Details for the file RPLCD-1.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for RPLCD-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e9c23abed8c9d85963fc9ecda4c43f48232a53c9586d46bac743989f7f01c7cb
MD5 797ae8b233c0a296bc0f8de73d4584cc
BLAKE2b-256 c61acb1b7d29ffebaef61658ce17d0db946259e6092a13172f4104c25c04cee4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page