TV NTSC/PAL (composite video): Color with less than 3 pins ???
Cluso99
Posts: 18,069
Phil's work on decoding NTSC http://forums.parallax.com/showthread.php?135244-Propeller-Backpack-COLOR-NTSC-Capture/page2 provoked thoughts of work I did some time ago with the help of others including Eric Ball.
I made a minimal footprint grey-scale 1pin TV Text driver. I used the VGA section to create a duty output to get the varying line levels (IIRC derived from Eric and Potatohead's work).
Then I did some tests with TV to see that some colors were possible with 1 and 2 pins. Using the standard P12, P13 & P14 pins, normal resistors, and a standard TV color driver, it was possible to get some displays as follows:
I made a minimal footprint grey-scale 1pin TV Text driver. I used the VGA section to create a duty output to get the varying line levels (IIRC derived from Eric and Potatohead's work).
Then I did some tests with TV to see that some colors were possible with 1 and 2 pins. Using the standard P12, P13 & P14 pins, normal resistors, and a standard TV color driver, it was possible to get some displays as follows:
- All test required P13 to be present (so it does some form of modulation?). Without P13, no video could be displayed.
- P13 only did lose some sync and had a grey border. So it maybe possible with resistor changes.
- P12 & P13 gave a black background and colored text. I marked this as a definate possibility
- P13 & P14 gave a background and blue became white. Maybe a possibility with resistor changes
Comments
AFAIK P13 alone gives the black level, so without it the TV gets sync level and bright signal (eventually superimposed with LSB and chroma), but it's not able to get a reference level.
Probably P12 high pass filtered (to extract chroma) and P14 PWM modulated (with the current size resistor, using Eric's gray driver) would do, but the two cogs should be synchronized.
---
Edit: thinking about it, maybe this could work with a modified standard driver? (masking P13 out and changing the black level to have the LSB set).