Skip to content

Commit a12995e

Browse files
committed
feat: add nokia-5011-screen
1 parent 2214e87 commit a12995e

File tree

3 files changed

+403
-0
lines changed

3 files changed

+403
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: wokwi-nokia-5110-screen Reference
3+
sidebar_label: wokwi-nokia-5110-screen
4+
---
5+
6+
The Nokia 5110 is a basic graphic LCD screen for lots of applications.
7+
<ln/>
8+
The monochrome display has an 84 x 48 pixel resolution.
9+
10+
![Nokia 5110 screen](wokwi-nokia-5110-screen.svg)
11+
12+
## Pin names
13+
14+
| Name | Description |
15+
| ---- | ------------------- |
16+
| RST | Reset pin |
17+
| CE | Chip enable |
18+
| DC | Data/Command select |
19+
| DIN | Serial data input |
20+
| CLK | Serial clock input |
21+
| VCC | Supply voltage |
22+
| BL | Backlight control |
23+
| GND | Ground |
24+
25+
26+
## Simulator examples
27+
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:
28+
29+
- [Nokia 5011 example: Hello World](https://wokwi.com/projects/422590948073922561)

0 commit comments

Comments
 (0)