Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.