Egghead.page Logo

Sinclair ZX80 Text Mode Resolution

The Sinclair ZX80, a pioneering home computer from 1980, featured a distinct display capability that defined early computing experiences. This article details the specific text mode resolution of the ZX80, explaining the character grid dimensions and the underlying pixel architecture that powered its visual output for users and developers alike.

Character Grid Dimensions

When operating in text mode, the Sinclair ZX80 displayed information using a grid of characters rather than individual addressable pixels for standard output. The screen was divided into 32 columns across and 24 rows down. This configuration allowed for a total of 768 characters to be displayed on the screen at any one time. This 32x24 layout became a standard reference point for many early home computers of the era, influencing software design and user interface expectations.

Underlying Pixel Architecture

While the text mode was defined by character cells, the underlying video signal relied on a specific pixel resolution. The ZX80 generated a video signal with a resolution of 256 pixels horizontally by 192 pixels vertically. Each character cell in the text mode occupied an 8x8 pixel block within this grid. This relationship between the character grid and the pixel resolution meant that while graphics were possible, they were constrained by the same 256x192 boundary that housed the text display.

Technical Limitations and Context

The display was monochrome, consisting of only black and white pixels with no grayscale or color capability. The simplicity of the resolution contributed to the machine’s low cost and accessibility, making it the first computer sold in the UK for under £100. Understanding this resolution is crucial for emulator developers and retro computing enthusiasts who aim to preserve the authentic visual experience of the ZX80. The combination of the 32x24 text grid and the 256x192 pixel screen remains a defining technical specification of this historic machine.