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

Method getPixelColor

src/DisplayManager.cpp:2307–2311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2305}
2306
2307CRGB DisplayManager_::getPixelColor(int16_t x, int16_t y)
2308{
2309 int index = matrix->XY(x, y);
2310 return leds[index];
2311}
2312
2313void DisplayManager_::reorderApps(const String &jsonString)
2314{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected