MCPcopy Create free account
hub / github.com/FastLED/FastLED / LedLayoutArray

Function LedLayoutArray

examples/LuminescentGrand/shared/led_layout_array.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199LedColumns LedLayoutArray() {
200 if (kUseLedCurtin) {
201 return LedCurtinArray();
202 } else {
203 return LedLuminescentArray();
204 }
205}

Callers 2

PaintMethod · 0.85
init_screenmapFunction · 0.85

Calls 2

LedCurtinArrayFunction · 0.85
LedLuminescentArrayFunction · 0.85

Tested by

no test coverage detected