Page 1 of 1

Install FastLED under esp-idf visual code

Posted: Mon Nov 14, 2022 6:45 pm
by kurtwerbrouck
Goodevening
I am try to use the fastled under esp-idf (visual code). I copied all the needed folder under the components folder.
I got when using #include "FastLED.h" the next error message -> Include file not found in Path.
Is there a way / or how can i add the subfolders for Fastled to the Path?

In the readme.md it just says (https://github.com/bbulkow/FastLED-idf#fastled)
Drop this into the components/FastLED-idf directory. Now, it might have been cleaner to create a subdirectory with nothing but the FastLED-source code, this could be an organizational change the future.
Kurt