Example project to run FastLED on the ESP32-S3 as an ESP-IDF component. Currently, it's not compiling yet. See FastLED/FastLED#1380
- ESP-IDF Release v4.4.1
- ESP32 Arduino 2.0.3-RC1 in
components/arduino
. - FastLED master with this CMakeLists.txt in
components/FastLED
.
Activate your IDF environment, e.g.
$HOME/esp/esp-idf/export.sh
Select ESP32-S3 as target, e.g. using the vscode extension or by running
idf.py set-target esp32s3
Finally, run
idf.py build