Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 883 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 883 Bytes

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.