Noiasca Neopixel Display
A library for Neopixel based 7 Segment displays.
|
The "Noiasca Neopixel Display" library is an addon to Adafruits Neopixel library. It uses the functionalities from Adafruit and makes handling of large displays very easy. Currently the main focus is the simulation of "seven segment displays". You can use this library for big clocks, scoreboards and similar use cases.
The API/the interface uses the official print.h library. Additional comands are roughly based on LCD API 1.0. For example you can use clear() to clear the display or setCursor() to write on a specific position.
To use this library you must assign the used pixels for each segment and define a bitmap array. This is explaind in detail on the homepage of the Noiasca Neopixel Display.
The newest version of this library can be downloaded from https://werner.rothschopf.net/202005_arduino_neopixel_display_en.htm .
There are several examples please use the hello world for the beginning.
In the Arduino IDE use the Menu
Sketch / Include Library / Add .ZIP Library
to install the library.