MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / active

Method active

lib/MatrixPlugin/src/MatrixPlugin.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 *****************************************************************************/
90
91void MatrixPlugin::active(YAGfx& gfx)
92{
93 /* Clear display */
94 gfx.fillScreen(ColorDef::BLACK);
95}
96
97void MatrixPlugin::inactive()
98{

Callers

nothing calls this directly

Calls 1

fillScreenMethod · 0.80

Tested by

no test coverage detected