mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.2 KiB
1.2 KiB
Change Log TM1637
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.3.4] - 2022-10-07
- added CHANGELOG.md
- added void displayPChar(char * data) thanks to radionerd
- added uint8_t asciiTo7Segment (char c) thanks to radionerd
- updated documentation
[0.3.3] - 2022-09-24
- added CHANGELOG.md
- added begin() to replace init() in due time.
- updated documentation
[0.3.2] - 2022-04-16
- fix #15 support for 4 digits.
- tested on 4 digit (clock) display.
[0.3.1] - 2021-12-29
- update library.json
- update license
- update readme.md
- minor edits
- tested on 6 digits display (with decinal point).
[0.3.0] - 2021-10-27
- improved keyscan - kudos to wfdudley
- update documentation
[0.2.1] - 2021-10-07
- add support for letters g-z; added keyscan()
- tested on ESP8266
[0.2.0] - 2021-09-26
- add ESP32 support - kudos to alexthomazo
[0.1.2] - 2021-04-16
- update readme
- fix default values
[0.1.1] - 2021-02-15
- first release
- added examples
[0.1.0] - 2019-10-28
- initial version