Z-0235

From 52Pi Wiki
Revision as of 17:22, 3 April 2019 by Yoyojacky (talk | contribs) (Created page with "==2004 Serial LCD Module Display== ==Description== The LCD has always been a device that acts as a window in human-computer interaction. <br> For example, the prompt window on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

2004 Serial LCD Module Display

Description

The LCD has always been a device that acts as a window in human-computer interaction.
For example, the prompt window on some instrument devices, the temperature and humidity prompt box,
the device running status monitor, and the prompt screen of the counting device all have LCD figures.
The common LCD1602, LCD2004, and LCD12864 are fabricated using liquid crystal materials and communicated using the I2C bus.
It is a high-performance serial bus with bus rules and high-speed or low-speed device synchronization required for multi-master systems.
The I2C bus has only two bidirectional signal lines, a serial data line (SDA) and a serial clock line (SCL).
Compatible with all devices with I2C interfaces, such as Arduino, raspberry pi, beagle bone black, tinker board, stm32, esp32 and more.

Features

  • 20 Characters * 4 Lines, Character LCD module
  • Blue Backlight
  • 5V for Logic Circuit
  • Low power consumption
  • Support I2C protocol
  • Easy to use
  • Compatible with Raspberry Pi, banana Pi, Tinker Board, STM32, ESP32 etc.
  • Type: Chip On Board
  • Number of Data line: 8-bit parallel

Keywords

LCD2004, liquid crystal Display, Raspberry Pi display, i2c protocol display, LCD

How to assemble it to Raspberry Pi

  • LCD2004 communicates with Raspberry Pi via I2C protocol.
  • Connect LCD2004 module to Raspberry Pi as following picture:
I2C LCD2004 Raspberry Pi
GND GND
VCC 5V
SDA SDA
SCL SCL
LCDGPIO.png