hoglet67 / RGBtoHDMI

Bare-metal Raspberry Pi project that provides pixel-perfect sampling of Retro Computer RGB/YUV video and conversion to HDMI
GNU General Public License v3.0
838 stars 114 forks source link

Composite CGA colors are wrong with Raspberry Pi Zero. #302

Closed A-Small-Mice closed 1 year ago

A-Small-Mice commented 1 year ago

capture2 capture3

Please look at the images I posted. The colors are wrong. How can I solve this?

IanSB commented 1 year ago

@A-Small-Mice

The colour artifact emulation only works for the mono 640x200 CGA mode with the Pi zero at the moment due to insufficient processor power to implement the full algorithm. If you use a Pi zero 2W, Pi 3A, Pi 3A+, Pi 3B or Pi 3B+ the full algorithm will work and you should get the expected results. Currently the Pi 2 and Pi 4 don't work with the full algorithm but should work in the future.