Skip to content

Releases: Erriez/ErriezTM1638

Release v1.2.0

08 Sep 15:05
Compare
Choose a tag to compare
  • Rename library sources to prevent conflicts with other Arduino libraries.
  • Move docs directory to gh-branch.
  • Add Travis auto-build scripts.
  • Add examples.
  • Add documentation.

Release v1.1.0

04 Aug 12:14
Compare
Choose a tag to compare

This release contains

  • Major performance improvement on AVR targets.
  • ESP32 support added.
  • WeMos LOLIN32 support added.
  • Doxygen documentation
  • Footprint.
  • Benchmark example with comparison table in README.md.
  • Passed build scripts.
  • Can be used with Arduino IDE, CLion and PlatformIO such as Atom.

API changes

  • Pin argument order changed in constructor: C-D-E (Clock=CLK, Data=DIO, Enable=STB1)
  • begin() function must be called in setup().
  • writeDisplayRegister() renamed to writeData().

Release v1.0.0

04 Aug 12:14
Compare
Choose a tag to compare
Release v1.0.0 Pre-release
Pre-release

Initial release for AVR targets only. No documentation.