Use of I2S_NUM_1 #203
-
Is it possible to use a different I2S device? I have an application that needs DMA to the DACs, and I understand that requires I2S0. I had a poke through the source, and while various port parameters exist, they are mostly overridden and therefore ineffective. Is there a reason for this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes. Just do a search replace in ESP32-HUB75-MatrixPanel-I2S-DMA.cpp for I2S_NUM_0 and change it to I2S_NUM_1 There are two lines. |
Beta Was this translation helpful? Give feedback.
-
I have made a recent commit to be able to configure this in the main .h file of the library now. |
Beta Was this translation helpful? Give feedback.
I have made a recent commit to be able to configure this in the main .h file of the library now.
3bd87dc