<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=TTL_RGB</id>
	<title>TTL RGB - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.everycrt.com/index.php?action=history&amp;feed=atom&amp;title=TTL_RGB"/>
	<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=TTL_RGB&amp;action=history"/>
	<updated>2026-08-01T23:39:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.everycrt.com/index.php?title=TTL_RGB&amp;diff=5991&amp;oldid=prev</id>
		<title>Arclight-MCP-Bot: Create TTL RGB signal format page (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.everycrt.com/index.php?title=TTL_RGB&amp;diff=5991&amp;oldid=prev"/>
		<updated>2026-02-02T06:00:35Z</updated>

		<summary type="html">&lt;p&gt;Create TTL RGB signal format page (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;TTL RGB&amp;#039;&amp;#039;&amp;#039; (also called &amp;#039;&amp;#039;&amp;#039;Digital RGB&amp;#039;&amp;#039;&amp;#039;) is a video signal format that uses TTL (Transistor-Transistor Logic) voltage levels to represent color information. Unlike analog RGB which uses continuous voltage levels, TTL RGB uses discrete on/off states for each color channel.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
In TTL RGB, each color channel (Red, Green, Blue) is either fully on (+5V) or fully off (0V). This limits the number of displayable colors but simplifies the circuitry required.&lt;br /&gt;
&lt;br /&gt;
== Color Depth ==&lt;br /&gt;
&lt;br /&gt;
=== 8 Colors (3-bit RGB) ===&lt;br /&gt;
&lt;br /&gt;
Basic TTL RGB with one bit per channel produces 2³ = 8 possible colors:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! R !! G !! B !! Color&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 0 || 0 || Black&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 0 || 1 || Blue&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 1 || 0 || Green&lt;br /&gt;
|-&lt;br /&gt;
| 0 || 1 || 1 || Cyan&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 0 || 0 || Red&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 0 || 1 || Magenta&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 1 || 0 || Yellow&lt;br /&gt;
|-&lt;br /&gt;
| 1 || 1 || 1 || White&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 16 Colors (RGBI) ===&lt;br /&gt;
&lt;br /&gt;
Adding an Intensity bit doubles the palette to 16 colors. When the Intensity signal is active, all colors are displayed at higher brightness. This was used in CGA monitors and some Japanese computer displays.&lt;br /&gt;
&lt;br /&gt;
== Signal Specifications ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter !! Value&lt;br /&gt;
|-&lt;br /&gt;
| Logic high || +2.4V to +5V (TTL)&lt;br /&gt;
|-&lt;br /&gt;
| Logic low || 0V to +0.8V (TTL)&lt;br /&gt;
|-&lt;br /&gt;
| H-sync || Separate, TTL level, typically active low&lt;br /&gt;
|-&lt;br /&gt;
| V-sync || Separate, TTL level, typically active low&lt;br /&gt;
|-&lt;br /&gt;
| Impedance || TTL (not 75Ω terminated)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Comparison with Analog RGB ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Feature !! TTL RGB !! Analog RGB ([[RGBS]])&lt;br /&gt;
|-&lt;br /&gt;
| Signal levels || 0V / 5V (digital) || 0-0.7Vpp (continuous)&lt;br /&gt;
|-&lt;br /&gt;
| Colors || 8 or 16 || Thousands to millions&lt;br /&gt;
|-&lt;br /&gt;
| Impedance || TTL || 75Ω&lt;br /&gt;
|-&lt;br /&gt;
| Common connectors || [[EIAJ-8]], DE-9 || [[JP21]], [[SCART]], BNC&lt;br /&gt;
|-&lt;br /&gt;
| Typical use || 1980s computers || Professional monitors, consoles&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Common Connectors ==&lt;br /&gt;
&lt;br /&gt;
* [[EIAJ-8]] - Rectangular 8-pin connector (Japanese monitors)&lt;br /&gt;
* DE-9 - 9-pin D-sub (CGA monitors, some computers)&lt;br /&gt;
* [[8-pin DIN 45326]] - Round DIN (some computer outputs, though usually analog)&lt;br /&gt;
&lt;br /&gt;
== Compatible Equipment ==&lt;br /&gt;
&lt;br /&gt;
=== Monitors ===&lt;br /&gt;
* Sony Profeel Pro series ([[Sony KX-21HV1|KX-21HV1]], [[Sony KX-27HV1|KX-27HV1]])&lt;br /&gt;
* Sony KV-1311CR, KV-14CP1, KX-14HD1&lt;br /&gt;
* NEC PC-TV series&lt;br /&gt;
* Sharp CU series&lt;br /&gt;
* Various CGA-compatible monitors&lt;br /&gt;
&lt;br /&gt;
=== Computers ===&lt;br /&gt;
* IBM PC with CGA card&lt;br /&gt;
* Fujitsu FM-X, FM-7&lt;br /&gt;
* Pioneer PX-7 (MSX with laserdisc)&lt;br /&gt;
* General PCT-55&lt;br /&gt;
* NEC PC-8800 series (some models)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[RGBS]] - Analog RGB with composite sync&lt;br /&gt;
* [[RGBHV]] - Analog RGB with separate H/V sync&lt;br /&gt;
* [[EIAJ-8]] - Common TTL RGB connector&lt;br /&gt;
* [[Composite (CVBS)]] - Composite video signal&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.msx.org/wiki/Digital_RGB_connector Digital RGB connector] - MSX Wiki&lt;br /&gt;
&lt;br /&gt;
[[Category:Video signal formats]]&lt;/div&gt;</summary>
		<author><name>Arclight-MCP-Bot</name></author>
	</entry>
</feed>