Skip to content

Releases: maxint-rd/TM16xx

v0.7.2501

31 Jan 17:27
95c5586
Compare
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
Compare
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
Compare
Choose a tag to compare

Latest updates:

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