This library is designed to support a MicroPython interface for I2C 16x2 LCD character screens.
A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython.
This project includes a python module with heavily commented code, meant for hobbyists to use and modify, as well as a Fritzing circuit diagram and photograph of the end result. This should allow you to attach a character display screen to your PyBoard very easily.
MicroPython package to control HD44780 LCD displays 1602 and 2004 via I2C
The main features of brainelectronics/micropython-i2c-lcd are: Character LCD Drivers.
Open-source alternatives to brainelectronics/micropython-i2c-lcd include: bucknalla/micropython-i2c-lcd — This library is designed to support a MicroPython interface for I2C 16x2 LCD character screens. dda/micropython — MicroPython. rdagger/micropython-charlcd — A library to control a character LCD display in 4 bit mode on an ESP8266 or ESP32 running MicroPython. scitoast/pyboard-lcd-character-display — This project includes a python module with heavily commented code, meant for hobbyists to use and modify, as well as a… slothyrulez/lcdi2c — micropython lib to control hd44780 lcd. wjdp/micropython-lcd — A simple class for controlling the HD44780 in 4 bit mode with the micropython pyboard.