New features:
- Support for many more TM16xx chips through generic
TM16xxIC
class. For example TM1623 and TM1624. See full list in Wiki. - Support for common anode configurations of most chips through generic
TM16xxICanode
class. - Display can be flipped display (text upside down) using
setDisplayFlipped()
. See reference for info. - Support (experimental) for the HT16K33 found on QYF-0231 14-segment display module.
- Added
begin()
. Implicitly called at first sending of data. See reference for info.
Fixes and improvements:
- Updated some datasheets.
- Fix:
setDisplayToDecNumber()
would show nothing instead of 0 when not using leading zeros. - added TM16xx base class function reference.
- Fixed hanging on certain cores (ESP32, CH32, STM32 and RP2040) by removing timing from constructors.
NOTE: see README on how to deal with missing AdafruitGFX