----------------------------------------------------------
| 471 | |
| 472 | // ---------------------------------------------------------- |
| 473 | void Arduino_ST7789::fillScreen(uint16_t color) |
| 474 | { |
| 475 | fillRect(0, 0, _width, _height, color); |
| 476 | } |
| 477 | |
| 478 | // ---------------------------------------------------------- |
| 479 | void Arduino_ST7789::fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) |
nothing calls this directly
no outgoing calls
no test coverage detected