Skip to content

Releases: AKJ7/TM1637

Fixed const correctness

31 Dec 23:45
86ecf1f
Compare
Choose a tag to compare
  • Fixed ignored const corretness
  • Updated README and platformio's manifest.

v2.2.0 Bug fixes and general improvements

26 Dec 22:40
ba26851
Compare
Choose a tag to compare
  • Differentiated between TM1637::setBrightness() and
    TM1637::changeBrightness(), the first sets the brightness without
    refreshing the display, the second does
  • Added corresponding TM1637::setBrightnessPercent() and
    TM1637::changeBrightnessPercent() setting the brightness in percentage
    instead of indexes
  • Animator::Reset() now resets the dot and the colons but not the
    animation. Use Animator::ResetAnimation() instead
  • Added doxygen comments for ease-of-use
  • TM1637's public routines now refresh and return the animator
  • Added TM1637::setFloatDigitCount() allowing setting the number of
    decimal points
  • Updated library manifest files

Fixed ESP32 String fractional number error

16 Jul 09:04
Compare
Choose a tag to compare

Solved compilation issues arising when compiling on an ESP32, due to the WString Constructor API change 6 months before. See here.

ESP min type issues, Nano TEST_MODE correction

10 Apr 11:37
Compare
Choose a tag to compare
v2.1.1

Solved ESP min() issue, Nano TEST_MODE conflicts

Decimal

21 Jan 08:59
Compare
Choose a tag to compare

Added Decimal as mentioned in issue #8.

Removed Debugging Serial print

12 Jan 14:56
Compare
Choose a tag to compare
v2.0.2

Version update

Doc update

10 Jan 10:28
Compare
Choose a tag to compare
v2.0.1

Updated keywords and library properties

General update

09 Jan 23:09
Compare
Choose a tag to compare

Added:

  • Animation
  • Raw data display

No ambiguity

30 Dec 09:31
Compare
Choose a tag to compare

Solved Issue #6 . Ambiguity error when compiling.
Updated README

v1.1.2

14 Jun 03:32
Compare
Choose a tag to compare
  • Better doc