Skip to content

Releases: JadKHaddad/tm1637

v0.5.2

30 Oct 17:49
a0cc404

Choose a tag to compare

What's Changed

  • docs(numbers): documented the numbers module a0cc404

Full Changelog: v0.5.1...v0.5.2

v0.5.1

29 May 06:55
a92ff52

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 May 09:28
ac351b5

Choose a tag to compare

Please see release notes on v0.5.0-alpha.*

v0.5.0-alpha.3

19 May 17:29
a7ddd43

Choose a tag to compare

v0.5.0-alpha.3 Pre-release
Pre-release

v0.5.0-alpha.3

Added

  • Set MSRV to 1.83.0
  • Added const functions where possible

Changed

  • Swapped ScrollDirections LeftToRight and RightToLeft
  • Updated esp32-hal to 1.0.0-beta in the examples
  • Updated defmt to 1.0.1

Fixed

  • StrParser: detect overlapping bytes while using next and next_back

v0.5.0-alpha.2

30 Mar 12:53
01e8ae9

Choose a tag to compare

v0.5.0-alpha.2 Pre-release
Pre-release

0.5.0-alpha.2 (March 30th, 2025)

Added

  • map_iter function for DisplayOptions

Changed

  • Made ConditionalInputPin trait public

v0.5.0-alpha.1

27 Dec 19:20
14f9f75

Choose a tag to compare

v0.5.0-alpha.1 Pre-release
Pre-release

0.5.0-alpha.1 (December 27th, 2024)

Added

  • Implemented acknowledgment under the ack feature (#2)
  • Added a high-level API for interacting with the display via the options method

Changed

  • The entire API has been reworked. Please refer to the examples
  • Most of the cargo features have been removed or changed

v0.4.0

28 Sep 08:08
2c1fccc

Choose a tag to compare

0.4.0 (September 28th, 2024)

Added

  • Added two functions to mappings: from_ascii_byte and from_char (#24)
  • Added three functions to device: move_segments_raw, move_ascii_str and write_ascii_str (#24, #25, #26)

Changed

  • mappings feature is now enabled by default (#25)

Documented

  • Added usage examples to formatters::i16_to_4digits and formatters::clock_to_4digits (#23)

v0.3.0

07 Sep 07:22
23efe30

Choose a tag to compare

0.3.0 (September 7th, 2024)

Added

  • Added three new functions to mappings: flip, mirror and flip_mirror (#19, #20)

v0.2.1

31 Aug 12:39
e9f9fa8

Choose a tag to compare

0.2.1 (August 31st, 2024)

Changed

Documented

  • Added availability description for demo::asynch and demo::blocking (#14)

Examples

v0.2.0

31 Aug 08:41
342c86d

Choose a tag to compare

0.2.0 (August 31st, 2024)

Added

Changed

  • Removed DIO: InputPin trait bound (#9), See (#5, #6)

Documented

  • Added documentation for all features (#8)