Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void DisplayManager_::clearMatrix()
143
{
144
matrix->clear();
145
matrix->show();
146
}
147
148
bool 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
show
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected