Skip to content

Releases: RobTillaart/HT16K33

0.4.1 release

05 Jan 08:47
284cdd9
Compare
Choose a tag to compare
Fix #28, add consts for individual segments. (#29)

- add constants for individual segments, kudos to DeflateAwning
- add **demo_scrolling.ino**
- update readme.md

0.4.0 release

05 Dec 19:29
030e459
Compare
Choose a tag to compare
refactor API, begin() (#27)

- refactor API, begin()
- update readme.md
- remove obsolete getAddr() => **getAddress()**
- rename brightness() => **setBrightness()**
- add **getBrightness()**
- rename blink() ==> **setBlink()**
- add **getBlink()**
- minor edits

0.3.9 release

22 Sep 18:48
1046b3a
Compare
Choose a tag to compare
Add Wire1 support for ESP32 (#26)

- add Wire1 support for ESP32
- update readme.md

0.3.8 release

26 Feb 18:20
7b8d14d
Compare
Choose a tag to compare
add getBrightness() (#25)

- 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

0.3.7 release

20 Nov 09:09
240158b
Compare
Choose a tag to compare
add displayUnit() (#24)

* add displayUnit
* update readme.md

0.3.6 release

09 Nov 13:36
2a496cb
Compare
Choose a tag to compare
add changelog.md (#23)

0.3.5 release

24 Sep 08:01
bbd40fb
Compare
Choose a tag to compare
fix #21 displayExtraLeds() (#22)

* fix #21 displayExtraLeds()

0.3.4 release

19 Dec 13:44
62fd440
Compare
Choose a tag to compare
update library.json, license, refactor (#20)

0.3.3 release

26 May 12:58
d0c8ffc
Compare
Choose a tag to compare
Add leading zero flag to displayTime() a.o. (#18)

* fix #17 add leading zero flag to displayTime() ao

0.3.2 release

27 Feb 08:06
Compare
Choose a tag to compare
fix unit test