Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rdagger/micropython-charlcd

MicroPython Character LCD Display library
https://github.com/rdagger/micropython-charlcd

Last synced: 2 months ago
JSON representation

MicroPython Character LCD Display library

Lists

README

        

# MicroPython CharLCD library
![lcd](http://www.rototron.info/wp-content/uploads/LCDMP_01.jpg "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.