Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
Arduino driver for PC8544, most commonly found in small Nokia 5110's
https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
Last synced: 3 months ago
JSON representation
Arduino driver for PC8544, most commonly found in small Nokia 5110's
- Host: GitHub
- URL: https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library
- Owner: adafruit
- License: other
- Created: 2011-01-26T04:32:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T15:13:11.000Z (12 months ago)
- Last Synced: 2024-06-27T07:34:58.013Z (4 months ago)
- Language: C++
- Homepage: http://ladyada.net/products/nokia5110/
- Size: 216 KB
- Stars: 393
- Watchers: 57
- Forks: 226
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Adafruit PCD8544 Nokia 5110 LCD Library [![Build Status](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit-PCD8544-Nokia-5110-LCD-library/actions)[![Documentation](https://github.com/adafruit/ci-arduino/blob/master/assets/doxygen_badge.svg)](http://adafruit.github.io/Adafruit-PCD8544-Nokia-5110-LCD-library/html/index.html)
This is a library for our Monochrome Nokia 5110 LCD Displays
Pick one up today in the Adafruit shop!
------> https://www.adafruit.com/product/338These displays use SPI to communicate, 4 or 5 pins are required to
interface.Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, check license.txt for more information.
All text above must be included in any redistribution.To install, use the Arduino Library Manager to search for 'Adafruit VCNL4010'
and install the library.You will also need the Adafruit GFX Graphics core which does all the circles, text, rectangles, etc.
You can get it by searching for 'Adafruit GFX' in the Arduino Library Manager or check it out here:
https://github.com/adafruit/Adafruit-GFX-Library