Setttings for Adafruit I2S 3W Class D Amplifier Breakout - MAX98357A

Hi

I would like to know how to setup this card in a raspberry running raspbian OS.
I guess we need to modify audio configuration of the raspbian image. Is is the same configuration than phat dac 's one?

Thank you

The official Adafruit instructions are here: https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp/raspberry-pi-usage

But you will probably be able to get it up and running just using our pHAT DAC one-liner directly like so:

curl -sSL https://get.pimoroni.com/phatdac | bash

Thanks a lot, i will try that