Updated Home (markdown)

master
IanSB 2020-06-08 00:11:40 +01:00
rodzic e0be6e1a9b
commit 84f85cbff5
1 zmienionych plików z 2 dodań i 2 usunięć

@ -2,9 +2,9 @@
## Introduction
The RGBtoHDMI interface converts the "digital" RGB video signal from vintage computers like the BBC Micro or PC MDA/CGA/EGA to HDMI or DVI compatible with most modern TV/Monitors. The interface comprises a Raspberry Pi Zero and a specially designed Hat containing a small CPLD. Custom firmware on the Raspberry Pi, in conjunction with the CPLD, is able to correctly sample each of the Beeb's video modes to give a pixel-perfect rendition. It also has low lag of around 3 milliseconds.
The RGBtoHDMI interface converts the "digital" RGB video signal from vintage computers like the BBC Micro or PC MDA/CGA/EGA to HDMI or DVI compatible with most modern TV/Monitors. The interface comprises a Raspberry Pi Zero and a specially designed Hat containing a small CPLD. Custom firmware on the Raspberry Pi, in conjunction with the CPLD, is able to correctly sample each of the supported video modes to give a pixel-perfect rendition and it also has low lag of around 3 milliseconds.
An addon analog interface is available for the 6 bit version of the converter to support a limited number of computers with analog RGB / YUV output such as Amstrad CPC, Spectrum, Atom or Dragon, or monochrome composite output such as UK101, Superboard II, ZX80, ZX81 and Apple II.
An addon analog interface is available for the 6 bit version of the converter to support a limited number of computers with analog RGB / YUV output such as Amstrad CPC, Spectrum, Atom, Dragon or Tandy Color Computer, or monochrome composite output such as Apple II /IIe, UK101, Superboard II, ZX80 and ZX81.
One unusual feature of the converter is optional integer scaling where one original pixel on the computer is scaled to an exact number of lcd pixels without using any interpolation filtering. This results in the low resolution output from real hardware looking as clean and sharp as sources output at the native resolution of the lcd (see the gallery for examples) although you can use filtering if you prefer.