niliha / esp32-s3-fastled-idf-example

0 stars 0 forks source link

ESP32-S3 FastLED ESP-IDF Example

Example project to run FastLED on the ESP32-S3 as an ESP-IDF component. Currently, it's not compiling yet. See https://github.com/FastLED/FastLED/issues/1380

Prerequisites

How to compile

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