Noiasca Neopixel Display
A library for Neopixel based 7 Segment displays.
Some words to the Noiasca Neopixel Display library

Introduction

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.

Mapping of Pixels to Segments

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.

Installation

Download the library

The newest version of this library can be downloaded from https://werner.rothschopf.net/202005_arduino_neopixel_display_en.htm .

Examples

There are several examples please use the hello world for the beginning.

Install the library

In the Arduino IDE use the Menu
Sketch / Include Library / Add .ZIP Library
to install the library.