Skip to main content
The Nokia 5110 is a basic graphic LCD screen for lots of applications. The monochrome display has an 84 x 48 pixel resolution.

Pin names

RST
pin
Reset pin
CE
pin
Chip enable
DC
pin
Data/Command select
DIN
pin
Serial data input
CLK
pin
Serial clock input
VCC
pin
Supply voltage
BL
pin
Backlight control
GND
pin
Ground

Simulator examples

The example below uses the Adafruit PCD8544 library to control the display. The library provides a simple interface for drawing text, shapes and bitmaps on the screen:

Build docs developers (and LLMs) love