Skip to content

v3.0.1

Choose a tag to compare

@TechTronicsEngineering TechTronicsEngineering released this 20 Jul 18:05
· 13 commits to main since this release
1110fce

Welcome to AutoPlex7 v3.0.1!

This new version is a game changer for automatic multiplexing - it adds an internal display instance registry and automatically multiplexes all available displays. No more need for defining ISRs!

NOTE: If you'd like to multiplex manually, you can now opt out of a display being added to the multiplexing registry by typing MANUALPLEX as a fifth argument in begin(). Example:
display.begin(displayType, displayDigits, digitPins, segmentPins, MANUALPLEX);