Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ background
Method
background
libraries/ANSI/ansi.cpp:83–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
void ANSI::background(uint8_t bgcolor)
84
{
85
if (bgcolor < 16) {
86
this->color4(bg_normal, bgcolor);
87
} else {
88
this->color8(bg_normal, bgcolor);
89
}
90
}
91
92
93
void ANSI::color(uint8_t fgcolor, uint8_t bgcolor)
Callers
nothing calls this directly
Calls
2
color4
Method · 0.95
color8
Method · 0.95
Tested by
no test coverage detected