Skip to content

Releases: maxint-rd/TM16xx

v0.7.2512

28 Dec 14:06
1823b89

Choose a tag to compare

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
277dff2

Choose a tag to compare

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
95c5586

Choose a tag to compare

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
4341781

Choose a tag to compare

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
284957a

Choose a tag to compare

Latest updates:

  • support 14-segment displays
  • support combining modules in one TM16xxDisplay object