Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@Erriez Erriez released this 04 Aug 12:14
· 42 commits to master since this release

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().