Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
LedColumns LedLayoutArray() {
200
if (kUseLedCurtin) {
201
return LedCurtinArray();
202
} else {
203
return LedLuminescentArray();
204
}
205
}
Callers
2
Paint
Method · 0.85
init_screenmap
Function · 0.85
Calls
2
LedCurtinArray
Function · 0.85
LedLuminescentArray
Function · 0.85
Tested by
no test coverage detected