SnijderC / dyplayer

Abstracton for DY-XXXX mp3 player modules over UART.
Other
110 stars 30 forks source link

Entering the equalizer settings command #56

Closed pav72el closed 8 months ago

pav72el commented 11 months ago

Hello. I want to thank you for your work. I tried your code and everything works fine for me. I connect DY-17SF via uart. The only thing I can't figure out is how to change the equalizer settings. I don't understand the Arduino code very well, I'm still learning it. I have a question: is it possible to set equalizer settings in a sketch using a command similar to the volume command? If yes, please give an example. Thank you.

larrybud2004 commented 10 months ago

Use the setEq method:

void DYPlayer::setEq(eq_t eq)