Is Fastled compatible with the audio shield and TM1809(3 Wire)? Because if I wants to use the play wave example the led stripe gehts a random flickering when I only add:
AudioPlaySdWav playWav1;
AudioOutputI2S audioOutput;
AudioConnection patchCord1(playWav1, 0, audioOutput, 0);
AudioConnection patchCord2(playWav1, 1, audioOutput, 1);
AudioControlSGTL5000 sgtl5000_1;
Any Idear?
Thanks