
Liquid Crystal Displays (LCD) with Arduino
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. Last revision 02/06/2023
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).
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.
LiquidCrystal_PCF8574 - Arduino Docs
Apr 3, 2023 · A library for driving LiquidCrystal displays (LCD) by using the I2C bus and an PCF8574 I2C adapter.
LCD_I2C - Arduino Docs
This library is compatible with all architectures so you should be able to use it on all the Arduino boards.
LcdMenu - Arduino Docs
Apr 12, 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.
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.
Nokia 5110 LCD library - Arduino Docs
Feb 4, 2025 · Arduino library for driving the Nokia 5110 LCD The Nokia 5110 LCD library can be used to drive the inexpensive and low power displays that used to be found on old Nokia phones and are not readily available online.
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
hd44780 - Arduino Docs
Nov 14, 2020 · hd44780 is an extensible LCD library for hd44780 based LCD displays. The API functionality provided by the hd44780 library class, when combined with an hd44780 library i/o subclass, is compatible with the API functionality of the Arduino LiquidCrystal library as well as most of the LCD API 1.0 Specification.