IEC 62707-1:2018 โ€” LED Lighting โ€” Grid and Matrix Patterns โ€” Part 1: Basic Grid Patterns

💡 Key Insight: IEC 62707-1:2018 establishes the first international standard for defining grid and matrix patterns in LED lighting systems, enabling interoperability between LED pixel devices, controllers, and software from different manufacturers. This standard is foundational for the growing architectural lighting, entertainment, and digital signage markets.

1. Scope and Standardization Framework

IEC 62707-1:2018, prepared by IEC TC 34 (Lighting), specifies basic grid patterns and matrix patterns for LED lighting systems. The standard defines a universal coordinate system and data mapping framework that allows LED-based lighting products — including pixel strips, LED panels, matrix displays, and individually addressable LED modules — to be controlled through standardized data protocols regardless of the underlying pixel driver technology.

The standard addresses a critical pain point in the LED lighting industry: the proliferation of proprietary pixel addressing schemes (WS2811/WS2812/WS2813, APA102/SK9822, DMX512, SPI-based protocols, Art-Net, sACN, and countless others) that made it difficult for lighting designers to mix products from different manufacturers within a single installation. IEC 62707-1 defines a vendor- and protocol-agnostic grid description language that serves as the interface between lighting design software and hardware control systems.

Pattern Type Symbol Description Typical Applications
Linear single-row grid G₁ Single row of pixels with equal spacing; bidirectional optional Linear cove lighting, pathway markers, stage edge lighting
Planar rectangular grid G₂ Regular rectangular array of pixels; rows and columns with defined pitch Video walls, architectural facades, indoor signage
Planar non-rectangular grid G₂’ Custom shape array with individual pixel position coordinates Curved LED facades, circular displays, logo-shaped installations
Volumetric matrix G₃ Three-dimensional pixel array with x,y,z coordinate system LED volumetric displays, immersive installations, 3D art
Flexible routing grid Gflex Daisy-chain arrangement of pixels with chirally determined addressing LED pixel strings for tree wrapping, curved architectural features

2. Coordinate System and Addressing Methodology

The core technical contribution of IEC 62707-1 is its universal coordinate system for LED pixel addressing. Each pixel in a grid or matrix is assigned a unique logical address based on its physical position within the defined pattern. The addressing scheme uses integer coordinates (u, v) for planar grids and (u, v, w) for volumetric matrices, with the origin at the manufacturer-defined reference corner.

Key elements of the addressing methodology include:

  • Pixel pitch specification: The centre-to-centre distance between adjacent pixels, specified separately for horizontal (pitchh) and vertical (pitchv) dimensions. Non-uniform pitch configurations are explicitly supported through individual pixel position tables.
  • Scan order definition: The sequence in which pixels are addressed and updated. The standard defines four standard scan orders (progressive, interlaced, serpentine, and random-access) and allows for installation-specific custom orders.
  • Sub-pixel mapping: Each pixel’s red, green, and blue components (plus optional white/amber for RGBW/RGBA systems) are independently addressable, with colour depth specified as n-bit per channel (typically 8-bit, 16-bit, or floating-point).
  • Gamma correction: The standard recommends a gamma value of 2.2 for sRGB-compatible systems and provides the mathematical transfer function for linear-to-gamma encoding and decoding. Higher-performance systems may use 2.4 or custom gamma curves tailored to the LED chip characteristics.
Engineering Insight: The scan order definition is deceptively important for large-scale installations. Progressive scan (top-to-bottom, left-to-right) is the most intuitive and widely supported, but serpentine scan — where alternate rows are addressed in opposite directions — significantly reduces visible refresh artifacts in video walls because it minimizes the perceived time difference between adjacent rows. Engineers designing for video playback should specify serpentine scan for G₂ patterns larger than 100 × 100 pixels.

3. Data Formats and Protocol Interoperability

IEC 62707-1 defines a pixel data description (PDD) metadata format that accompanies the grid pattern definition, enabling controllers and software to automatically configure themselves for any connected LED grid. The PDD includes:

  • Grid geometry (dimensions, pitch, spacing)
  • Pixel addressing scheme (coordinate mapping, scan order)
  • Colour encoding (colour space, bit depth, gamma)
  • Data rate requirements (refresh rate, pixel clock frequency)
  • Electrical interface (voltage levels, signal timing)

The standard does not mandate a specific physical data protocol; instead, it defines how any protocol (DMX512, Art-Net, sACN, SPI, DVI/HDMI) should map its data payload to the logical pixel addresses defined by the grid pattern. This mapping layer — the pixel-to-protocol translation table — is where IEC 62707-1 provides its fundamental interoperability value.

⚠️ Interoperability Warning: While IEC 62707-1 standardizes the grid pattern description, the physical layer protocol remains a significant compatibility challenge. A G₂ grid described in PDD format may require different controller hardware depending on whether the installation uses DMX512 (limited to 512 channels per universe, approximately 170 RGB pixels) or Art-Net (up to 32,768 pixels per universe). The standard recommends that grid patterns exceeding 170 RGB pixels specify Art-Net or sACN as the transport protocol, with DMX512 reserved for smaller installations or as a backup.

4. Engineering Design Insights for LED Grid Installations

Successful implementation of IEC 62707-1 grid patterns in real-world installations requires careful attention to several engineering considerations beyond the basic grid definition:

  • Signal integrity and data distribution: For G₂ patterns larger than 50 × 50 pixels, a single serial data line is inadequate. The standard recommends a star-topology data distribution with multiple data line segments, each driving no more than 200 pixels in a single daisy chain. Signal repeaters or differential signalling (RS-485 for DMX, LVDS for SPI) should be specified for distances exceeding 10 m between the controller and the first pixel.
  • Power delivery optimization: Voltage drop along LED strip or pixel module power buses is a critical design challenge. The standard recommends calculating power bus cross-section based on the maximum simultaneous current draw (all pixels at full white), with voltage injection points spaced no more than 5 m apart for 12 V systems and 10 m for 24 V systems. For large G₂ patterns, distributed power supplies with multiple injection points are essential.
  • Colour uniformity calibration: Even within the same production batch, individual LEDs exhibit variations in chromaticity, particularly at low brightness levels. The standard’s colour calibration framework supports per-pixel calibration tables that store tristimulus correction values, compensating for LED-to-LED variation in both luminous flux and chromaticity coordinates.
💡 Practical Calibration Strategy: For architectural installations requiring consistent colour appearance across multiple G₂ panels, implement a two-phase calibration process: (1) factory calibration of each panel using a spectroradiometer to establish per-pixel correction factors stored in the panel’s onboard memory; (2) on-site calibration using the installed grid colour sensor (if available) or a reference camera to adjust for environmental factors (ambient light, viewing angle, adjacent panel differences). The standard’s PDD format supports embedding calibration data directly in the grid description, enabling automatic loading of corrections when the system initializes.

The standard also addresses thermal management of LED grids, noting that operating temperature directly affects both luminous flux (typically −0.5% to −1.5% per 10 °C increase for white LEDs) and chromaticity (correlated colour temperature shift of 100-300 K over the operating temperature range). Grid pattern specifications should include maximum ambient temperature, required heatsinking, and the thermal derating curve to ensure consistent performance.

Thermal Design Warning: High-density LED grids (pitch less than 10 mm) used in indoor video wall applications generate significant heat that must be actively managed. Without proper thermal design, a G₂ pattern operating at full white for extended periods (e.g., digital signage in a retail environment) can experience pixel temperatures exceeding 85 °C, leading to accelerated LED degradation, colour shift, and potential premature failure. The standard recommends incorporating temperature sensors in the grid pattern and implementing automatic brightness limiting (thermal rollback) when pixel temperature exceeds 75 °C.

5. Frequently Asked Questions

Q1: What is the maximum practical size of an IEC 62707-1 G₂ grid pattern for video playback?
The practical limit depends on the data transport protocol and controller capability. For Art-Net/sACN at 40 fps with 16-bit colour, a single controller can handle approximately 500 × 500 pixels. Beyond this size, tiled controller architectures with frame synchronization are required. DMX512 is limited to approximately 170 RGB pixels per universe (512 channels / 3 = 170).
Q2: How does IEC 62707-1 handle pixels with more than three colours (RGBW, RGBA, RGB+Amber)?
The standard supports up to eight colour channels per pixel through the sub-pixel mapping table. For RGBW systems, the fourth channel (white) can be independently addressed or automatically derived from the RGB values through a white-point mixing algorithm specified in the PDD metadata. The standard provides default white-point mixing coefficients for common LED phosphor types (warm white 2700K, neutral 4000K, cool 6500K).
Q3: Can I use IEC 62707-1 with existing DMX512 lighting controllers?
Yes. The standard defines a DMX512 address mapping function that translates logical grid coordinates (u,v) into DMX universe/channel assignments. Each pixel occupies three consecutive DMX channels (RGB) or four (RGBW). The mapping table must be computed and uploaded to the DMX controller or a protocol gateway device. Many modern lighting controllers now include built-in IEC 62707-1 PDD import functions.
Q4: What are the future parts of the IEC 62707 series expected to cover?
The IEC 62707 series is planned to include additional parts: Part 2 will cover advanced matrix patterns with non-uniform spacing and irregular shapes; Part 3 will address dynamic grid patterns for video and animation content mapping; Part 4 will specify testing methods for grid pattern compliance verification; and Part 5 will cover network-connected grid patterns for IoT-enabled lighting systems.

Leave a Reply

Your email address will not be published. Required fields are marked *