----------------------------------------------------------
| 573 | |
| 574 | // ---------------------------------------------------------- |
| 575 | void Arduino_ST7789::resetDisplay() |
| 576 | { |
| 577 | writeCmd(ST7789_SWRESET); |
| 578 | delay(5); |
| 579 | } |
| 580 | |
| 581 | // ---------------------------------------------------------- |
| 582 | void Arduino_ST7789::setScrollArea(uint16_t tfa, uint16_t bfa) |
nothing calls this directly
no outgoing calls
no test coverage detected