https://github.com/platisd/nokia-5110-lcd-library
Arduino library for driving the Nokia 5110 LCD
https://github.com/platisd/nokia-5110-lcd-library
arduino-library attiny low-power nokia-5110 nokia-display nokia5110
Last synced: 7 months ago
JSON representation
Arduino library for driving the Nokia 5110 LCD
- Host: GitHub
- URL: https://github.com/platisd/nokia-5110-lcd-library
- Owner: platisd
- License: mit
- Created: 2018-04-03T22:23:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T09:00:02.000Z (9 months ago)
- Last Synced: 2025-04-10T01:14:16.974Z (7 months ago)
- Topics: arduino-library, attiny, low-power, nokia-5110, nokia-display, nokia5110
- Language: C++
- Size: 50.8 KB
- Stars: 23
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nokia 5110 LCD library [](https://github.com/platisd/nokia-5110-lcd-library/actions/workflows/build-examples.yml)
An Arduino library for driving the monochrome Nokia 5110 LCD. It has a rather small footprint and is therefore able to run on many ATTiny microcontrollers.
## Why
There are many nice libraries for the inexpensive Nokia 5110 display out there which are probably more feature-complete. The main advantage of this one is using neither a framebuffer nor the SPI library. As a result it is lightweight enough and keeps dependencies to a minimum, thus suitable to run on various Arduino-compatible microcontrollers.
## How
The library should be simple to use and the [API](https://github.com/platisd/nokia-5110-lcd-library/blob/master/src/Nokia_LCD.h) is well documented. Demo sketches can be found in the [examples/](https://github.com/platisd/nokia-5110-lcd-library/tree/master/examples) directory. To start using this library, [install it manually](https://www.arduino.cc/en/Guide/Libraries) or look it up in the library manager of your Arduino IDE.