Skip to content

v2.2.0

Choose a tag to compare

@TechTronicsEngineering TechTronicsEngineering released this 09 Jul 00:06
· 36 commits to main since this release
b79509e

Welcome to AutoPlex7 v2.2.0!

The latest version of AutoPlex7 adds support for displays with transistor drivers. You can now pass CCWDDT (Common Cathode With Digit Drive Transistors) or CAWDDT (Common Anode With Digit Drive Transistors) as a displayType to the begin() method. Just make sure to define displayType as a byte, as opposed to the usual bool, if you plan to use these.
It also features a minor bug fix involving accidental incorrect usage of the volatile keyword.