Skip to content

Releases: RobTillaart/ANSI

0.3.3 release

17 Feb 09:31
176de3a
Compare
Choose a tag to compare
  • move RGB functions to .cpp
  • update readme.md
  • minor edit in build-CI
  • add DHT22 example
  • update keywords.txt
  • extend support matrix

0.3.2 release

06 Apr 10:54
058f70e
Compare
Choose a tag to compare
  • update GitHub actions
  • minor edits

0.3.1 release

16 Nov 19:34
e7ffb51
Compare
Choose a tag to compare
add experimental code (#23)

- added experimental functions (to get feedback)
  - if these work depends on terminal (app) used.
  - feedback welcome.
- updated readme.md with above functions
- add initial version of **supportMatrix.md**
- updated keywords.txt

0.3.0 release

11 Nov 15:59
bf27f1c
Compare
Choose a tag to compare
refactor getScreenSize() (#18)

- fix missing 0 in normal (#19, Kudos to d0m1n1qu3)
- fix basic escape strings write length (normal, bold etc  eating one char).
- add **getScreenSize()** (#16, Kudos to chlordk)
- add **readCursorPosition()** (#16, Kudos to chlordk)
- add example, (#16, Kudos to chlordk)
- add **screenWidth()** call getScreenSize() before use
- add **screenHeight()** call getScreenSize() before use
- refactor **deviceType()** size.
- add **blinkFast()**
- update readme.md
- update keywords.txt

0.2.1 release

17 Oct 12:50
f92f750
Compare
Choose a tag to compare
update readme.md (#15)

- update readme.md (badges)
- fix version in ansi.cpp
- add a derived VT100 class (wrapper for now).
- minor edits

0.2.0 release

27 Feb 10:01
89d74e4
Compare
Choose a tag to compare
fix #13 gotoXY() (#14)

- fix #13 gotoXY(column, row)
- add ansi_gotoXY example.
- update all examples with new gotoXY
- improve performance - replace print() => write()
- move all (non experimental) code from .h to .cpp
- update readme.md
- minor edits

0.1.8 release

31 Jan 19:15
be9c980
Compare
Choose a tag to compare
update readme.md (#12)

- update readme.md
- update GitHub actions
- update license 2023
- minor edit unit test
- add example ansi_clock.ino
- add example ansi_132_columns.ino
- minor edits

0.1.7 release

29 Oct 10:36
77ebd28
Compare
Choose a tag to compare
add RP2040 to build-CI (#11)

0.1.6 release

24 Aug 08:56
b787aa8
Compare
Choose a tag to compare
add DeviceType - experimental (#10)

* add deviceType() - experimental
* update readme

0.1.5 release

13 Dec 15:44
dfbd775
Compare
Choose a tag to compare
update library.json, performance print(), license (#8)