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

Method drawPixel

src/DisplayManager.cpp:2607–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2605}
2606
2607void DisplayManager_::drawPixel(int16_t x0, int16_t y0, uint32_t color)
2608{
2609 matrix->drawPixel(x0, y0, color);
2610}
2611
2612void DisplayManager_::drawCircle(int16_t x0, int16_t y0, int16_t r, uint32_t color)
2613{

Callers 15

redrawLastFrameMethod · 0.80
StatusOverlayFunction · 0.80
jpg_outputFunction · 0.80
onDmxFrameFunction · 0.80
drawRectMethod · 0.80
drawLineMethod · 0.80
drawRGBBitmapMethod · 0.80
drawCircleMethod · 0.80
fillCircleMethod · 0.80
matrixPrintMethod · 0.80
TimeAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected