
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.
Getting Started with the Arduino TFT Screen
The Arduino TFT screen is a backlit TFT LCD screen with a micro SD card slot in the back. You can draw text, images, and shapes to the screen with the TFT library. The screen's pin layout is designed to easily fit into the socket of an Arduino Esplora and Arduino Robot, but it can be used with any Arduino board.
I2C_LCD - Arduino Docs
Feb 24, 2025 · This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
LcdMenu | Arduino Documentation
Apr 21, 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 navigate through them using buttons or any input device you want.
LiquidCrystal - Arduino Docs
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. The library works with in either 4- or 8-bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).
Parallax LCD - Arduino Docs
Mar 6, 2018 · This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
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 characters all over I2C, SPI, or Serial.
LCD_I2C - Arduino Docs
Dec 23, 2024 · This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
LcdBarGraph - Arduino Docs
Jan 5, 2020 · This library is to display analog values in an LCD display. Using the bouned LiquidChrystal library, bar-graph can be displayed in the screen. See demo: http://youtu.be/noXtsvPRwQk
ESP32_Display_Panel - Arduino Docs
Apr 22, 2025 · ESP32_Display_Panel is a display driver and GUI porting library designed by Espressif specifically for ESP series SoCs (ESP32, ESP32-S3, ESP32-P4, etc.)