MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / clearMatrix

Method clearMatrix

src/DisplayManager.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void DisplayManager_::clearMatrix()
143{
144 matrix->clear();
145 matrix->show();
146}
147
148bool jpg_output(int16_t x, int16_t y, uint16_t w, uint16_t h, uint16_t *bitmap)
149{

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected