NotSellingEth wrote: ↑Sat Jul 25, 2020 1:07 am
Assuming infinite computing power, would it be theoretically possible to emulate a video signal through PWM audio? Again, this is purely a curiousity; I can always do HDMI to RCA if I am
that desperate for dual CRTs haha; I'm just a novice that finally jumped from Arduino micro-controllers.
grey-scale composite, just maybe? with current peripherals (but not the headphone jack on the pi)
color, that would likely be impossible
i dont know the exact rules on the pi4, but on older models, hdmi+composite conflicted, so an HDMI->RCA adapter wouldnt solve anything for you
all currently released models have 3 pixelvalves, so they could potentially run 3 displays at once, just not sure what the rules are on which combinations are valid
but the official firmware only does 2 at once i believe
DPI->composite might be plausible, if you have a dedicated RGB888->NTSC chip to deal with color burst&junk
DSI is basically just serial DPI with some NDA's sprinkled ontop to keep you from making your own chips