To run this example, you need to first install the MAX1704x library into the lib folder on your CIRCUITPY drive. Then you need to update code.py with the example script. Thankfully, we can do this in one go. In
To run this example, you need to first install the LC709203F library into thelibfolder on yourCIRCUITPYdrive. Then you need to updatecode.pywith the example script. Thankfully, we can do this in one go. In the example below, click theDownload Project Bundlebutton below to download the ...
Addendum: I've discovered that this compilation failure can also be averted by setting #define FASTLED_ESP32_SPI_BUS FSPI before including FastLED. This does immediately unblock me, but I still think it would be preferable if the library defaulted to a safe SPI interface for the given hardwar...