| 563 | } |
| 564 | |
| 565 | inline void PxMATRIX::setFastUpdate(bool fast_update) { |
| 566 | _fast_update=fast_update; |
| 567 | } |
| 568 | |
| 569 | inline void PxMATRIX::setBrightness(uint8_t brightness) { |
| 570 | _brightness=brightness; |
nothing calls this directly
no outgoing calls
no test coverage detected