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

Method setFastUpdate

PxMatrix.h:565–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565inline void PxMATRIX::setFastUpdate(bool fast_update) {
566 _fast_update=fast_update;
567}
568
569inline void PxMATRIX::setBrightness(uint8_t brightness) {
570 _brightness=brightness;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected