Skip to content

Releases: Andy4495/ICM7218

ICM7218 v1.3.2

06 Dec 04:29
5c047c4
Compare
Choose a tag to compare

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

16 Sep 16:23
Compare
Choose a tag to compare

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

29 Aug 15:20
Compare
Choose a tag to compare

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();
  • 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

27 Jun 03:39
Compare
Choose a tag to compare

Fix URL. Document updates. No functional or API changes.

Full Changelog: v1.2.2...v1.2.3

Initial Release

09 Jan 22:32
Compare
Choose a tag to compare

Initial release of the ICM7218 library. Supports ICM7218A, ICM7218B, ICM7228A, ICM7228B display drivers.