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
807 stars 112 forks source link

How to build #389

Closed mwedmark closed 1 day ago

mwedmark commented 1 week ago

I can't seem to find the files to order VIC-ii Dizer so that part of the C64=>HDMI puzzle is unsolved. Is it open to build using gerbers/kicad or only on order?

IanSB commented 5 days ago

@mwedmark The lumacode boards like VIC-ii Dizer are not part of this project and are currently only available assembled. See: http://github.com/c0pperdragon/lumacode RGBtoHDMI just supports the lumacode protocol to decode the signals output by the above.

However, gerbers are available for c0pperdragon's earlier YUV/RGB C64 adapter and that is also supported by RGBtoHDMI and produces an identical image quality to the lumacode adapter when used with an analog RGBtoHDMI. https://github.com/c0pperdragon/C64-Video-Enhancement

mwedmark commented 1 day ago

OK great. Then I understand, thanks!