A driver for the LCD1602 display using the PCF8574 I2C bus
-
Updated
May 29, 2025 - Rust
A driver for the LCD1602 display using the PCF8574 I2C bus
LiquidCrystal Arduino library for the DFRobot I2C LCD displays for STEM School
Common LCD1602A I2C driver library for my projects.
I demonstrated microcontroller fundamentals through LCD interfacing and timing control on PIC16F877A development board.
STM32 Liquid crystal library. This library was made to manage lcd displays with HD44780 through IIC. It is valid to use with 16x2, 20x4 lines LCDs connected to a PCF8574T I2C expander.
This project demonstrates how to interface the PCF8574 I/O Expander with an Arduino UNO using the I²C protocol. The PCF8574 allows you to control 8 additional digital I/O pins using just two Arduino pins (SDA and SCL). It’s perfect when you’re running out of GPIOs and need to drive LEDs, relays, or other peripherals.
Add a description, image, and links to the pcf8574-i2c-bus topic page so that developers can more easily learn about it.
To associate your repository with the pcf8574-i2c-bus topic, visit your repo's landing page and select "manage topics."