v2.2.0 Major update
Changes since v1.1.0
- Support for shift registers
- Support for numbers 0-9, letters A-Z and characters "#$%&'()*+,-~/`:;<=>?[]{}^_
- Moved large variable numMatrix (with all the bits for displaying) into PROGMEM
- Support for multiple (daisy-chained) displays
- Added clear(displays) function to clear the number of displays you have
- Added display(char) function to display a single character
- Added displayString(string, displays = 1, clear = true) function to display a string of characters and scroll if there isn't enough screens
Upcoming changes
- Version 2.3.0 will support decimal point displays