New
FastLED 3.10.2
https://github.com/user-attachments/assets/452a23b6-a691-4ffb-a140-041f0300f2aa
FastLED 3.10.2
- CORKSCREW MAPPING!
- Want to create a light saber or festival stick? Before your options were to have vertical strips.
- Now you can use a corkscrew mapping fl/corkscrew.h, see examples/FestivalStick
- You input the number of LEDS + number of turns.
- Corkscrew will provide a surface XY grid that you draw too.
- then call Corkscrew::draw(), and the current surface will be mapped to the corkscrew.
- Rendering is done via 2x2 bilinear sampling. Looks great!
- Animartrix - 30% faster due to forced
-O3andfastmathcompiler settings for this one file.