|
FastLED 3.9.15
|
| void fl::WLEDClient::clear | ( | bool | writeToStrip = false | ) |
Clear all LEDs.
| writeToStrip | If true, immediately writes to strip (calls show) |
Sets all LEDs to black/off. If writeToStrip is true, also calls controller->show() to update the physical strip.
Definition at line 44 of file client.cpp.hpp.
References FL_DBG, and mController.