----------------------------------------------------------
| 597 | |
| 598 | // ---------------------------------------------------------- |
| 599 | void Arduino_ST7789::setPartArea(uint16_t sr, uint16_t er) |
| 600 | { |
| 601 | writeCmd(ST7789_PTLAR); |
| 602 | writeData16(sr); |
| 603 | writeData16(er); |
| 604 | } |
| 605 | |
| 606 | // ---------------------------------------------------------- |
| 607 | // doesn't work |
nothing calls this directly
no outgoing calls
no test coverage detected