MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / fillRect

Method fillRect

include/VectorDisplay.h:588–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586 void drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { }
587
588 void fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color) { }
589
590 void drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color) { }
591

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected