MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / drawFastVLine

Method drawFastVLine

src/DisplayManager.cpp:2557–2560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2555}
2556
2557void DisplayManager_::drawFastVLine(int16_t x, int16_t y, int16_t h, uint32_t color)
2558{
2559 drawLine(x, y, x, y + h - 1, color);
2560}
2561
2562void DisplayManager_::drawFilledRect(int16_t x, int16_t y, int16_t w, int16_t h, uint32_t color)
2563{

Callers 1

TimeAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected