
Liquid Crystal Displays (LCD) with Arduino
The LiquidCrystal library allows you to control LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface.
LiquidCrystal - Arduino Docs
Aug 10, 2017 · Allows communication with alphanumerical liquid crystal displays (LCDs). This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
LiquidCrystal I2C - Arduino Docs
Mar 7, 2016 · A library for I2C LCD displays. The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.
LiquidCrystal_PCF8574 - Arduino Docs
Apr 3, 2023 · A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.
Adafruit LiquidCrystal | Arduino Documentation
Nov 15, 2023 · Fork of LiquidCrystal HD44780-compatible LCD driver library, now with support for ATtiny85.
TwiLiquidCrystal by Arnakazim - Arduino Docs
Nov 29, 2021 · Like its counterpart the LiquidCrystal library, this library allows an Arduino board to control Liquid Crystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
LiquidCrystal_74HC595 - Arduino Docs
May 16, 2019 · This library allows an Arduino board to control most LCDs (Hitachi HD44780 based or compatible) through a 74HC595 shift register. This provides a very cost effective way of reducing the number of pins needed to control an LCD (from 6 to 3 pins in 4 bit mode).
AsyncLiquidCrystal - Arduino Docs
Jan 5, 2020 · Version of Arduino's LiquidCrystal with an internal queue, suitable for writing stuff asynchronously. This library allows an Arduino/Genuino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which …
LiquidCrystal_I2C_STEM - Arduino Docs
Mar 25, 2024 · A library for I2C LCD displays. The library allows to control I2C displays with functions extremely similar to LiquidCrystal library. Go to repository. Compatibility. ... Samd. Arduino MKR 1000 WiFi. Arduino MKR WiFi 1010. Arduino MKR FOX 1200. Arduino MKR WAN 1300. Arduino MKR WAN 1310. Arduino MKR GSM …
LiquidCrystal_AIP31068 - Arduino Docs
Aug 27, 2023 · A library for AIP31068 I2C/SPI LCD displays. The library allows to control AIP31068 based I2C/SPI displays with functions extremely similar to LiquidCrystal library. THIS LIBRARY MIGHT NOT BE COMPATIBLE WITH EXISTING SKETCHES.