|
FastLED 3.9.15
|
|
static |
Create a new channel with optional mBus driver pinning.
| config | Channel configuration. If config.options.mBus is not Bus::AUTO, the channel pins itself to the driver named by busName(mBus) via ChannelManager::findDriverByName(). On a miss, showPixels() falls back to AUTO/priority dispatch and emits a one-shot FL_ERROR (see channel.cpp.hpp). |
Definition at line 174 of file channel.cpp.hpp.
References fl::ChannelConfig::chipset, fl::ChannelEvents::instance(), fl::make_shared(), makeName(), fl::ChannelConfig::mLeds, fl::ChannelConfig::mName, fl::ChannelConfig::options, and fl::ChannelConfig::rgb_order.
Here is the call graph for this function: