This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PCD8544 (Nokia 5110) LCD sample for Raspberry Pi Pico | |
# Required library: | |
# https://github.com/mcauser/micropython-pcd8544 | |
# And this sample script is based on above repository. | |
# Connections: | |
# [pcd8544:pico(physical pin)] | |
# Gnd: Pico GND (38) | |
# BL : Pico GP28(34) | |
# Vcc: Pico 3V3 (36) |