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

Method setScroll

Arduino_ST7789_Fast.cpp:592–596  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

590
591// ----------------------------------------------------------
592void Arduino_ST7789::setScroll(uint16_t vsp)
593{
594 writeCmd(ST7789_VSCRSADD);
595 writeData16(vsp);
596}
597
598// ----------------------------------------------------------
599void Arduino_ST7789::setPartArea(uint16_t sr, uint16_t er)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected