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

Method setScanPattern

PxMatrix.h:547–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547inline void PxMATRIX::setScanPattern(scan_patterns scan_pattern)
548{
549 _scan_pattern=scan_pattern;
550}
551
552inline void PxMATRIX::setPanelsWidth(uint8_t panels) {
553 _panels_width=panels;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected