News

Welcome to the lcd-i2c-library repository! This library provides an interface to control an HD44780-based LCD via an I2C converter using the PCF8574 module. If you are working on an Arduino or AVR ...
void I2C_LCD_init( I2C_TypeDef *thisI2C, uint32_t I2CSpeed ) Initialize the LCD display module and the associated I2C peripheral. Note that the STM32F030F4 only supports I2C1. I2CSpeed supports speeds ...