DFRobot
128x64 Graphic LCD
A 128×64 pixel graphic LCD module driven by the ST7920 controller. This display supports English characters, Chinese characters, and custom graphics over bot...
A 128×64 pixel graphic LCD module driven by the ST7920 controller. This display supports English characters, Chinese characters, and custom graphics over both serial (SPI) and parallel interfaces, making it a versatile choice for Arduino projects that need more than a simple character display.
The blue backlit screen provides good readability, and the ST7920's built-in character ROM means you can display text without loading custom fonts. For graphics and custom layouts, DFRobot provides Arduino libraries for both serial and parallel modes.
Key Features
- 128×64 Pixel Resolution – Supports text, graphics, and mixed-mode display
- ST7920 Controller – Built-in character ROM with Chinese and English font support
- Serial & Parallel Interface – Use SPI for fewer wires or parallel for faster updates
- Blue Backlight – Good visibility in various lighting conditions
- 5V Operation – Direct compatibility with Arduino and other 5V microcontrollers
Specifications
- Resolution – 128×64 pixels
- Controller – ST7920
- Operating Voltage – 5V
- Backlight – Blue
- Dimensions – 93 × 70 mm
Ideal For
- Arduino projects requiring graphical or multi-line text output
- Instrument panels and sensor dashboards
- Menu-driven user interfaces on embedded systems
- Projects requiring Chinese character display
Package Contents
- 1× 128×64 Graphic LCD Module (DFRobot FIT0021)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- parallel interface
- A parallel interface sends several bits of data at the same time using multiple wires. It can be faster than simple serial connections, but it uses more microcontroller pins, so it is less convenient for small projects with limited wiring space.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Displays & Screens
128x64 Graphic LCD Datasheet
Datasheet · 696.9 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 288.1 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au