
Liquid Crystal Displays (LCD) with Arduino
Find out how to wire an LCD to an Arduino, and how to use the LiquidCrystal library through a set of useful examples.
I2C_LCD | Arduino Documentation
Oct 25, 2025 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.
LCD_I2C | Arduino Documentation
Dec 23, 2024 · A library to control a 16x2 LCD via an I2C adapter based on PCF8574. The library uses the Wire.h library for I2C comunications.
LiquidCrystal | Arduino Documentation
Aug 10, 2017 · This library allows an Arduino 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 Documentation
Mar 7, 2016 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.
SparkFun SerLCD Arduino Library
Aug 19, 2020 · An Arduino Library to allow simple control of 16x2 and 20x4 character SerLCDs from SparkFun. Includes RGB backlight control, display scrolling, cursor movement, and custom …
Adafruit RGB LCD Shield Library | Arduino Documentation
Oct 3, 2023 · Browse through hundreds of tutorials, datasheets, guides and other technical documentation to get started with Arduino products.
LiquidCrystal_PCF8574 | Arduino Documentation
Apr 3, 2023 · A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter. This library uses the original Wire library for communication.
LiquidCrystal_74HC595 | Arduino Documentation
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 …
LcdMenu | Arduino Documentation
Jun 19, 2025 · LcdMenu is an Arduino library that enables you to create interactive menus and navigation systems for LCD displays. With LcdMenu, you can easily add menus to your projects and …