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

Method fillScreen

Arduino_ST7789_Fast.cpp:473–476  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

471
472// ----------------------------------------------------------
473void Arduino_ST7789::fillScreen(uint16_t color)
474{
475 fillRect(0, 0, _width, _height, color);
476}
477
478// ----------------------------------------------------------
479void Arduino_ST7789::fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected