MCPcopy Create free account
hub / github.com/2dom/PxMatrix / clearDisplay

Method clearDisplay

PxMatrix.h:1290–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290void PxMATRIX::clearDisplay(void) {
1291#ifdef PxMATRIX_double_buffer
1292 clearDisplay(!_active_buffer);
1293#else
1294 clearDisplay(false);
1295#endif
1296}
1297// void * memset ( void * ptr, int value, size_t num );
1298
1299// clear everything

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected