Releases: JadKHaddad/tm1637
Releases · JadKHaddad/tm1637
v0.5.2
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Please see release notes on v0.5.0-alpha.*
v0.5.0-alpha.3
v0.5.0-alpha.3
Added
- Set
MSRVto1.83.0 - Added const functions where possible
Changed
- Swapped ScrollDirections
LeftToRightandRightToLeft - Updated
esp32-halto1.0.0-betain the examples - Updated
defmtto1.0.1
Fixed
StrParser: detect overlapping bytes while usingnextandnext_back
v0.5.0-alpha.2
0.5.0-alpha.2 (March 30th, 2025)
Added
map_iterfunction forDisplayOptions
Changed
- Made
ConditionalInputPintrait public
v0.5.0-alpha.1
0.5.0-alpha.1 (December 27th, 2024)
Added
- Implemented
acknowledgmentunder theackfeature (#2) - Added a high-level API for interacting with the display via the
optionsmethod
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
0.4.0 (September 28th, 2024)
Added
- Added two functions to
mappings:from_ascii_byteandfrom_char(#24) - Added three functions to
device:move_segments_raw,move_ascii_strandwrite_ascii_str(#24, #25, #26)
Changed
mappingsfeature is now enabled by default (#25)
Documented
- Added usage examples to
formatters::i16_to_4digitsandformatters::clock_to_4digits(#23)
v0.3.0
v0.2.1
0.2.1 (August 31st, 2024)
Changed
- Removed
DIO: InputPintrait bound fromdemomodule (#13), thanks (@IvanSanchez). See (#5, #6, #12)
Documented
- Added availability description for
demo::asynchanddemo::blocking(#14)
Examples
- Added
linux-ftdiblocking example (#13), thanks (@IvanSanchez)