micropython_i2c_lcd
LCD controller
A MicroPython library that provides an interface for controlling HD44780-based LCD displays using a PCF8574 I/O expander.
This MicroPython library provides a framework for interacting with HD44780-based LCD displays through a PCF8574 I/O expander. It offers a high-level API for LCD control, including text display, cursor manipulation, and backlight settings, while also providing lower-level access to the GPIO operations on the PCF8574.
3 stars
1 watching
3 forks
Language: Python
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A Python module that provides an interface to control HD44780 LCD displays via I2C. | 17 |
| A Python library for controlling an HD44780 LCD display using a 2-wire I2C interface | 4 |
| A Python library for controlling an LCD display connected to Raspberry Pi Pico using SPI or I2C protocols | 13 |
| A class for controlling an HD44780 LCD display from a PyBoard microcontroller using Python. | 20 |
| A MicroPython driver for I2C LCD screens | 32 |
| A Micropython library for controlling multiple TLC5940 chips to generate grey scale data for driving displays. | 5 |
| A touch-driven GUI library for interacting with LCD displays using Python | 30 |
| A device driver and GUI library for controlling RA8875-based displays on MicroPython devices | 10 |
| A MicroPython library for controlling HX1230 96x68 monochrome LCD displays. | 5 |
| A Python module for controlling character LCD displays on PyBoard microcontrollers. | 1 |
| Drivers for an LCD display controller on ESP8266 boards using the Micropython Python interpreter | 2 |
| A library to control a character LCD display in 4 bit mode | 13 |
| A micropython library for controlling the AQM1248A mini graphic LCD display | 1 |
| A MicroPython driver for controlling e-paper displays using the UC8151 chip | 139 |
| An LCD driver for microcontrollers using the ST7565 controller | 13 |