Release v1.1.0
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().