All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add constants for individual segments, kudos to DeflateAwning
- add demo_scrolling.ino
- update readme.md
- refactor API, begin()
- update readme.md
- remove obsolete getAddr() => getAddress()
- rename brightness() => setBrightness()
- add getBrightness()
- rename blink() ==> setBlink()
- add getBlink()
- minor edits
- add Wire1 support for ESP32
- update readme.md
- add getBrightness()
- moved code to .cpp file (prep 0.4.0)
- update readme.md
- added OBSOLETE section (prep 0.4.0)
- update GitHub actions
- update license 2023
- minor edits
- add displayUnit(float, char);
- add top c symbol
- add degree symbol
- moved code to .cpp file (prep 0.4.0)
- add changelog.md
- add rp2040 to build-CI
- update readme.md
- fix #21 additional LEDs on the display used in a special layout :88:8'8
- update library.json
- update license
- minor edits
- fix #17 add leadingZero flag in displayTIme() (Kudos to OwenDuffy)
- add WireN support,
- add refresh(), // experimental
- add getOverflow(); // experimental
- add displayFloat(f, decimals); // experimental
- Arduino-CI, unit test (framework only)
- negative float
- cache control
- extend displayRaw()
- refactor #5 setDigits() iso suppressLeadingZeroPlaces()
- issue #4 add negative values for displayInt()
- add displayDate() thanks to bepitama
- fix #160 - decimal point
- ESP32 support
- fix brightness bug
- refactor
- add displayRaw()
- add displayVULeft(), displayVURight()
- fix clear
- add suppressLeadingZeroPlaces()
-- optimized performance
- first stable version
- initial version