| 2605 | } |
| 2606 | |
| 2607 | void DisplayManager_::drawPixel(int16_t x0, int16_t y0, uint32_t color) |
| 2608 | { |
| 2609 | matrix->drawPixel(x0, y0, color); |
| 2610 | } |
| 2611 | |
| 2612 | void DisplayManager_::drawCircle(int16_t x0, int16_t y0, int16_t r, uint32_t color) |
| 2613 | { |
no outgoing calls
no test coverage detected