Skip to content

v2.2.0 Major update

Compare
Choose a tag to compare
@BlaT2512 BlaT2512 released this 30 Nov 23:34
· 38 commits to master since this release
43861d3

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