| 405 | } |
| 406 | |
| 407 | void CFastLED::setDither(fl::u8 ditherMode) { |
| 408 | CLEDController *pCur = CLEDController::head(); |
| 409 | while(pCur) { |
| 410 | pCur->setDither(ditherMode); |
| 411 | pCur = pCur->next(); |
| 412 | } |
| 413 | } |
| 414 | |
| 415 | fl::u32 CFastLED::getEstimatedPowerInMilliWatts(bool apply_limiter) const { |
| 416 | fl::u32 total_power_mW = 0; |