Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ displayClear
Method
displayClear
libraries/TM1637_RT/TM1637.cpp:176–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
176
void TM1637::displayClear()
177
{
178
uint8_t data[8] = { 16, 16, 16, 16, 16, 16, 16, 16};
179
displayRaw(data, -1);
180
}
181
182
183
void TM1637::setBrightness(uint8_t b)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36