Skip to content

STICdigitizer (for Intellivision)

c0pperdragon edited this page Feb 2, 2026 · 10 revisions

This board can be installed into a vintage Intellivision game console to create a lumacode representation of the display. This lumacode signal can be processed with a compatible upscaler to deliver a pixel-perfext HDMI display.

frogbog

Theory of operation

The circuitry is quite simple as all video information is available in digital form, so all that is needed is to serialize the 5-bit color+sync information to lumacode which can be done with a flip-flop, a multiplexer and some logic gates.

Installation details

Solder the mod board to the underside of the mainboard, just under the STIC chip. Use the "1" marking to get the orientation correct. Bring out the lumacode signal with some wire and maybe install a permanent RCA socket to the case.

To avoid using the RF signal altogether, consider installing an A/V mod. Please refer to other sources on how to do this, as this goes beyond the scope of this documentation.

There is a great video from Mark showing how to do this installation.

Details on color encoding

The Intellivision uses a 16-color palette so every pixel needs 4 bits to encode its color. This is done by two lumacode samples, the first encodes the two most significant bits, the second sample the two least significant bits. Assignment of colors to these indizes are given by this table:

Index Color RGB value used RGBtoHDMI
0 Black 000000
1 Blue 002dff
2 Red ff3e00
3 Tan c9d464
4 Dark Green 00780f
5 Green 00a720
6 Yellow faea27
7 White fffcff
8 Gray a7a8a8
9 Cyan 5acbff
10 Orange ffa600
11 Brown 3c5800
12 Magenta ff3276
13 Light Blue bd95ff
14 Yellow-Green 6ccd30
15 Purple c81a7d

Clone this wiki locally