Releases: maxint-rd/TM16xx
Releases · maxint-rd/TM16xx
v0.7.2512
28 Dec 14:06
Compare
Sorry, something went wrong.
No results found
Some fixes/improvements:
Made AdafruitGFX optional using __has_include (see #11 )
Fix for using setSegmentMap on Atmel processors (see #70 )
Fixed setDisplayFlipped() and setDisplayReversed() in TM1628 class (also #70 )
New features:
added support for TM1621/TM1622 LCD drivers, [including modules PDC-6X1 and DM8BA10] (see #59 , #39 )
experimental support for TM1680 with 14-segment + dot alphanumeric displays (see #2 )
support for 2x 8-digit 7-segment Common Anode configuration on TM1640 and TM1640B (see #63 , #53 )
v0.7.2503
25 Mar 10:04
Compare
Sorry, something went wrong.
No results found
Just one fix for an issue when using multiple modules:
fix for failing begin() when using multiple class instances (#61 )
v0.7.2501
31 Jan 17:27
Compare
Sorry, something went wrong.
No results found
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
v0.6.2404
29 Apr 08:45
Compare
Sorry, something went wrong.
No results found
A few updates:
some fixes (e.g. println() and dots in text)
support for more TM16xx chips (TM1616, TM1652, TM1618)
added some datasheets
NOTE: see README on how to deal with missing AdafruitGFX
v0.5.2110 - Release TM16xx to Library Manager
15 Oct 07:52
Compare
Sorry, something went wrong.
No results found
Latest updates:
support 14-segment displays
support combining modules in one TM16xxDisplay object