| 555 | // ============================================================================ |
| 556 | |
| 557 | void CFastLED::enableAllDrivers() { |
| 558 | fl::enableAllDrivers(); |
| 559 | } |
| 560 | |
| 561 | void CFastLED::setDriverEnabled(const char* name, bool enabled) { |
| 562 | fl::ChannelManager& manager = fl::channelManager(); |