MCPcopy Create free account
hub / github.com/cbm80amiga/Arduino_ST7789_Fast / setPartArea

Method setPartArea

Arduino_ST7789_Fast.cpp:599–604  ·  view source on GitHub ↗

----------------------------------------------------------

Source from the content-addressed store, hash-verified

597
598// ----------------------------------------------------------
599void 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected