MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / colors4

Method colors4

libraries/ANSI/ansi.cpp:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211void ANSI::colors4(uint8_t fgcolor, uint8_t bgcolor) {
212 print("\033[");
213 this->color4_code(fg_normal, fgcolor);
214 print(";");
215 this->color4_code(bg_normal, bgcolor);
216 print("m");
217}
218
219
220void ANSI::color8(uint8_t base, uint8_t color) {

Callers 1

colorMethod · 0.95

Calls 1

color4_codeMethod · 0.95

Tested by

no test coverage detected