MicroPython CharLCD library

July 1, 2017 ยท View on GitHub

lcd

A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython.

Implementation includes:

  • Display text strings
  • Set row/line position
  • Enable/disable blinking and underline cursor
  • Enable/disable display
  • Scroll text
  • Custom characters

Demo Included: Demonstrates most functionality.