By the way - WM8805 - if anyone would like to buy this from Ali - it's the transmitter version - the main difference is that it's not supposed to have a quartz generator on board - it's supposed to be blank there. With the quartz they make receivers.

.
Curiosity - in yoradio - SPDIF goes without a screen on legs 9,3,1,16 (Wolle set), but when I declare a screen in the code, I attach a screen - it goes screen and silence from digits....
this is the code I have and I don't understand why something is jamming it....
#define ARDUINO_ESP32S3_DEV
#define L10N_LANGUAGE RU
//=========================== TFT ================================================
// without screen spdif works and with screen silence - probably conflict with SPI and 9th leg ....
#define DSP_MODEL DSP_GC9A01A
#define TFT_MOSI 11 //SDA or 35 (FSPI D )
#//define TFT_SCLK 12 //SCL or 36 (FSPI CLK )
#//define TFT_MISO 13 // or 37 (FSPI Q )
#define BRIGHTNESS_PIN 255
#define TFT_DC 40 // 9 // DC
#define TFT_CS 42 // 10 // CS or 34 (FSPI CS0 )
#define TFT_RST -1
/================================== I2S DAC ===============================================
#define I2S_DOUT 9 //16 // /* DOUT pin.
#define I2S_BCLK 3 //17 /* BCLK bit clock */
#define I2S_LRC 1 //18 /* WSEL Left Right Clock */
#define I2S_MCLK 16
#define VS1053_CS 255