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

Custom boards for various RGB outputs #384

Closed angelsix closed 3 months ago

angelsix commented 3 months ago

I would love to start making custom projects for many consoles. Is there anywhere I can read up on the general process required to get RGB from various consoles into the RGB2HDMI boards to work?

For example, Master System. It outputs native RGB already. Perfect starting point to integrate.

c0pperdragon commented 3 months ago

From theoretical considerations, the RGBtoHDMI with added Analog board sould be able to do this. Making a suitable profile and palette file is probably a bit involved. The project wiki should contain most of what is needed here.

angelsix commented 3 months ago

Ok thanks, I'll try and delve in when I can to add some custom support. I'll take a look at the wiki