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