| 545 | } |
| 546 | |
| 547 | inline void PxMATRIX::setScanPattern(scan_patterns scan_pattern) |
| 548 | { |
| 549 | _scan_pattern=scan_pattern; |
| 550 | } |
| 551 | |
| 552 | inline void PxMATRIX::setPanelsWidth(uint8_t panels) { |
| 553 | _panels_width=panels; |
nothing calls this directly
no outgoing calls
no test coverage detected