Skip to content

A simple library for the PCD8544 LCD controller (Nokia 5110) for the Raspberry Pi Pico.

License

Notifications You must be signed in to change notification settings

mucahitkurtlar/pico-pcd8544

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pico-pcd8544

A simple library for the PCD8544 LCD controller (Nokia 5110) for the Raspberry Pi Pico.

This project heavily inspired by Adafruit's PCD8544 library for Arduino.

Running Examples

Wiring

Pico Pin PCD8544 Pin
GP12 RST
GP13 CE
GP11 D/C
GP15 DIN
GP14 CLK
3V3 VCC
3v3 BL
GND GND

Building and Flashing

git clone https://github.com/mucahitkurtlar/pico-pcd8544
cd pico-pcd8544/examples/circle
cmake -B build -S .
cmake --build build
cp build/circle.uf2 /path/to/pico

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.