GY-63_MS5611/libraries/ANSI
2021-10-18 16:35:48 +02:00
..
.github/workflows 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
examples 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
test 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
.arduino-ci.yml 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
ansi.cpp 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
ansi.h 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
keywords.txt 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
library.json 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
library.properties 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
LICENSE 0.1.4 ANSI 2021-10-18 16:35:48 +02:00
README.md 0.1.4 ANSI 2021-10-18 16:35:48 +02:00

Arduino CI Arduino-lint JSON check License: MIT GitHub release

ANSI

Arduino library with basic ANSI display codes for terminal applications.

Description

ANSI codes are special codes that are send to a terminal e.g. VT100 to add attributes to displayed characters. Typical examples are bold, blink or colour. Also known as escape codes the set of codes is large, however not all terminal types do support all codes.

Sending these ANSI codes to a simple ASCII only terminal like the one in the Arduino IDE might result in garbage. So use with care.

Terminals tested

Tests are done with

  • TeraTerm 4.102 + 4.106 (VT100, VT202, VT525 mode)
  • Putty 0.71

Other terminal program's exist so please let me know if yours is working too. If not, please open an issue.

Operation

See examples