MCPcopy 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
176void TM1637::displayClear()
177{
178 uint8_t data[8] = { 16, 16, 16, 16, 16, 16, 16, 16};
179 displayRaw(data, -1);
180}
181
182
183void TM1637::setBrightness(uint8_t b)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36