| 128 | } |
| 129 | |
| 130 | void FastLEDAdapter::clearSegment() { |
| 131 | CLEDController& controller = FastLED[mControllerIndex]; |
| 132 | mSegmentEnd = controller.size(); |
| 133 | mSegmentStart = 0; |
| 134 | mHasSegment = false; |
| 135 | } |
| 136 | |
| 137 | // Helper function implementation |
| 138 | fl::shared_ptr<IFastLED> createFastLEDController(u8 controllerIndex) { |