Thanks for the info, Frank. Good to know that's an option. However, I've just discovered Adafruit's down and dirty quad audio DAC that is already DC coupled.
https://www.adafruit.com/product/4470
So, I'm considering to use 3 channels from that to drive the DC RGB color mixing offsets.
Then, I could still use the PT8211 audio DAC for the scanners' X&Y signals.
The Adafruit's I2C address is 0x60.
But, I can't find any specs on the PT8211's I2C address to know whether there's a conflict. Do you have that info?
Otherwise, the spec sheet on the SGTL5000 says:
"Pg23
For the 32 QFN version of the SGTL5000, the I2C device
address is 0n01010(R/W) where n is determined by
CTRL_ADR0_CS and R/W is the read/write bit from the I2C
protocol."
I interpret that to mean, depending upon whether CTRL_ADR0_CS is either high or low, then the I2C address would be either:
0001010
0101010
Does that translate to:
06
26
Or, in Japanese, would it be:
0x60
0x62
Therefore, if the SGTL5000 is configured as with my final assumption, then it should be compatible with the Adafruit's quad DAC board's address of 0x60?
IMHO, either of these options could suit my needs.
What do you think, Frank?