| 1288 | } |
| 1289 | |
| 1290 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected