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

Method drawFastHLine

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

Source from the content-addressed store, hash-verified

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
592 void drawLine(int16_t x, int16_t y, int16_t x2, int16_t y2, uint16_t color) { }
593

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected