Skip to content

Releases: wahlencraft/TM1637-pico

v1.2.1

29 Nov 15:29
858e7bc
Compare
Choose a tag to compare

Fixed

  • Fix compilation error when making .uf2 target in demo

1.2.0

15 Jun 15:23
Compare
Choose a tag to compare

Added

  • Ability to wait for everything to be sent to display with the TM1637_wait()
    function.
  • Ability to get current display brightness with the TM1637_get_brightness()
    function.
  • Refresh the state machine clock with TM1637_refresh_frequency().

Changed

  • TM1637_display_word() can now also display a colon.
  • The state machine (that sends data to TM1637) clockspeed is now adjusted
    for different system clocks.

Fixed

  • Changelog dates now has correct year.

1.1.0

01 May 14:26
b59488e
Compare
Choose a tag to compare

Added

1.0.0

24 Apr 17:26
Compare
Choose a tag to compare
v1.0

Fix left side overflow affecting right side.