Releases: Andy4495/ICM7218
Releases · Andy4495/ICM7218
ICM7218 v1.3.2
What's Changed
- Fix #4 - C/D chip variant issue (pull request #5)
- Added example sketch for C/D variants
- Clarifications to README and library code comments related to using C/D variants
Full Changelog: v1.3.1...v1.3.2
ICM7218 library v1.3.1
Update examples for stm32 and esp compatibility.
No changes to the library code.
Full Changelog: v1.3.0...v1.3.1
ICM7218 library v1.3.0
New Features:
- Add simplified methods for controlling display (see README for more details)
- Internal character array along with overloaded operators to store and update display contents:
myLED = "12345678";
myLED[3] = '9';
myLED.convertToSegments();
myLED.print();
- Internal character array along with overloaded operators to store and update display contents:
- Add support for C and D chip variants
- Add support for Single Character Update mode
- Add support for RAM Bank Select
Changes to existing behavior:
- print(char*s) does not stop processing at \0. Cycles through 8 bytes pointed to by s.
- This is to allow the use of the value zero in DIRECT mode
Re-organized and updated README for clarity and to document new features.
Full Changelog: v1.2.3...v1.3.0
ICM7218 library v1.2.3
Fix URL. Document updates. No functional or API changes.
Full Changelog: v1.2.2...v1.2.3
Initial Release
Initial release of the ICM7218 library. Supports ICM7218A, ICM7218B, ICM7228A, ICM7228B display drivers.