Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T14:00:56.000Z (12 months ago)
- Last Synced: 2023-11-25T14:43:12.876Z (12 months ago)
- Topics: arduino-library, attiny, low-power, nokia-5110, nokia-display, nokia5110
- Language: C++
- Size: 50.8 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nokia 5110 LCD library [![Build examples](https://github.com/platisd/nokia-5110-lcd-library/actions/workflows/build-examples.yml/badge.svg)](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.