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

Method drawRect

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

Source from the content-addressed store, hash-verified

584 void drawPixel(int16_t x, int16_t y, uint16_t color) { }
585
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected