----------------------------------------------------------
| 590 | |
| 591 | // ---------------------------------------------------------- |
| 592 | void Arduino_ST7789::setScroll(uint16_t vsp) |
| 593 | { |
| 594 | writeCmd(ST7789_VSCRSADD); |
| 595 | writeData16(vsp); |
| 596 | } |
| 597 | |
| 598 | // ---------------------------------------------------------- |
| 599 | void Arduino_ST7789::setPartArea(uint16_t sr, uint16_t er) |
nothing calls this directly
no outgoing calls
no test coverage detected