
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
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.
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.
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.
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).
Arduino LCD Screen
The Arduino LCD Screen. The Arduino LSD screen is a backlit LCD screen with headers. You can draw text, images, and shapes to the screen with the TFT library. There is an onboard micro-SD card slot on the back of the screen that can, among other things, store bitmap images for the screen to display.
LCD_ST7032 - Arduino Docs
Sep 30, 2017 · Arduino library for ST7032 LCD controller with i2c interface Tested with Arduino Uno, Arduino Zero, Attiny85@1mhz, Attiny85@8mhz and ESP8266 with this LCD Module: http://www.buydisplay.com/default/16x2-lcd-3-3v-character-cog-display-module-black-on-white (with 3.3V and 5V)
LcdMenu - Arduino Docs
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.
dWin - Arduino Docs
Feb 23, 2022 · This library is compatible with all architectures so you should be able to use it on all the Arduino boards.