v2.2.0
·
36 commits
to main
since this release
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.