Hey guys,
Is it possible to get a 320x240 60Hz progressive signal (called "240p" in the retro gaming community) from the Raspberry Pi's composite output? I'm basically trying to get it to output the type of signal that would create an image with no flicker and
scanlines on a CRT TV (like the output from the NES, SNES, etc). So instead of alternating between odd and even lines at 60Hz, it should output at 60Hz to just even or just odd lines.
This mode seems to exist from the HDMI output, and I can get the pi to output 320x240 at 60hz interlaced (which I'm guessing is upscaled to 480i before outputting) by changing the framebuffer.
Any ideas?
Cheers
Sorry if this has already been asked.