Arduino AudioTools: Display the FFT Result on a LED Matrix
I have added a simple output class to my Arduino Audio Tools which can display the result of a FFT analysis on an LED Matrix. For my tests, I am using a 32 x 8 LED Matrix, but first we need to test the functionality. Determine the Wiring Logic I am using the FastLED library to update the LEDs. To simplify the processing I am providing the LEDOutput class. #include “AudioTools.h” #include “AudioLibs/LEDOutput.h” #define PIN_LEDS Read more






