rdagger / micropython-charlcd

MicroPython Character LCD Display library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroPython CharLCD library

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.

About

MicroPython Character LCD Display library


Languages

Language:Python 100.0%