How to Check LED Module Scan Mode: A Hardware Engineer’s Guide to Scan Rate Identification
What Is Scan Mode and Why It Matters for B2B Procurement
Every LED display module uses a technique called dynamic scanning — time-division multiplexing that lights only a fraction of the LEDs at any given instant, relying on persistence of vision to create the illusion of a fully-lit image. The scan mode (expressed as a fraction like 1/8, 1/16, or 1/32) tells you exactly what proportion of LEDs are illuminated simultaneously. A 1/8 scan module lights 1/8 of its rows at a time; a 1/16 scan module lights only 1/16.
This single parameter directly determines three critical performance characteristics: maximum brightness (higher scan ratio = lower duty cycle = dimmer output), refresh rate ceiling (more rows to scan = less time per row = lower achievable refresh rate), and cost structure (higher scan ratios use fewer driver ICs, reducing BOM cost). For B2B buyers evaluating supplier quotes, understanding scan mode is the difference between comparing apples to apples and being misled by a cheaper 1/32 scan module quoted against a competitor’s 1/8 scan design.
This guide covers four reliable methods to identify scan mode — from counting driver ICs on the PCB to reading HUB75 connector pinouts — each applicable in different procurement and quality-control scenarios. The methodology draws from the LED Display Application Intermediate technical reference, which devotes an entire chapter to driver topology and scan architecture.
Key Terminology: The Building Blocks of Scan Architecture
| Term | Definition | Why It Matters |
|---|---|---|
| Scan Mode (Scan Rate) | The fraction of LED rows/dots lit at any instant; e.g., 1/8 scan = 12.5% duty cycle | Determines brightness, refresh rate, and driver IC count |
| Static Drive | 1/1 scan — every pixel has its own dedicated driver channel, all LEDs lit simultaneously | Maximum brightness and refresh rate; highest cost; used in outdoor displays |
| Dynamic Drive | Rows are multiplexed; only a subset lit at any instant (1/2, 1/4, 1/8, 1/16, 1/32) | Cost-performance trade-off; standard for indoor LED modules |
| Driver IC | Constant-current sink IC (e.g., MBI5026, ICN2055, SM16126) with 16 output channels | The fundamental building block; counting these chips gives the scan ratio |
| HUB75 Interface | Standard 16-pin connector carrying RGB data, clock, latch, OE, and address lines (A,B,C,D,E) | Address line count directly reveals scan mode |
| Row Decoder (74HC138) | 3-to-8 line decoder that selects which row is active; present on modules using 74HC595 shift registers | Presence indicates older driver architecture; useful for legacy module identification |
Method 1: Driver IC Counting — The Hardware-Based Gold Standard
This is the most reliable method because it verifies the actual hardware configuration, independent of any label, datasheet, or supplier claim. Every LED module has a finite number of constant-current driver ICs soldered to its PCB. Each IC provides exactly 16 output channels (pins) — one channel per color per pixel segment. By counting these chips and knowing the total LED count, you compute the scan ratio with mathematical certainty.
The Universal Formula
Scan Denominator = (Pixel Rows × Pixel Columns × RGB Channels) ÷ 16 ÷ (Number of Driver ICs)
Where each variable means:
- Pixel Rows × Pixel Columns = total pixels on the module (e.g., 32×16 = 512 pixels for a P10 module)
- RGB Channels = 3 for full-color (1 for single-color, 2 for dual-color)
- 16 = constant-current output channels per standard driver IC
- Number of Driver ICs = physically count the 16-pin or 24-pin ICs on the PCB backside
Worked Example: P10 Outdoor Module (32×16 pixels, 1R1G1B)
You flip over a P10 outdoor module and count 24 driver ICs on the back:
- Total LED chips: 32 × 16 × 3 = 1,536
- Total driver channels: 24 × 16 = 384
- Scan denominator: 1,536 ÷ 384 = 4
- Scan mode: 1/4 scan
If you found only 12 ICs on the same module: 1,536 ÷ (12 × 16) = 1,536 ÷ 192 = 8 → 1/8 scan. And with 6 ICs: 1,536 ÷ 96 = 16 → 1/16 scan.
Quick Reference: Driver IC Count → Scan Mode (Common Module Formats)
| Module Format | Static (1/1) | 1/4 Scan | 1/8 Scan | 1/16 Scan | 1/32 Scan |
|---|---|---|---|---|---|
| 32×16 (512 px, RGB) | 96 ICs | 24 ICs | 12 ICs | 6 ICs | 3 ICs |
| 64×32 (2048 px, RGB) | 384 ICs | 96 ICs | 48 ICs | 24 ICs | 12 ICs |
| 64×64 (4096 px, RGB) | 768 ICs | 192 ICs | 96 ICs | 48 ICs | 24 ICs |
| 128×64 (8192 px, RGB) | 1536 ICs | 384 ICs | 192 ICs | 96 ICs | 48 ICs |
Practical tip: Use your smartphone camera in macro mode to photograph the module backside. Count the ICs from the photo rather than squinting at the PCB — it’s faster and you have a permanent record for supplier verification. For guidance on physically accessing LED modules for inspection, see our indoor LED display installation guide.

Method 2: HUB75 Address Line Inspection — The Connector-Based Approach
The standard HUB75 (16-pin) connector found on virtually all modern LED modules carries not only RGB data signals but also address lines (labeled A, B, C, D, E on the silkscreen) that select which row is active during each scan cycle. The number of address lines directly encodes the scan mode.
| Address Lines Present | Rows Addressable | Scan Mode (16-row panel) | Scan Mode (32-row panel) |
|---|---|---|---|
| A, B (2 lines) | 2² = 4 | 1/4 scan | 1/8 scan |
| A, B, C (3 lines) | 2³ = 8 | 1/2 scan | 1/4 scan |
| A, B, C, D (4 lines) | 2⁴ = 16 | Static (1/1) | 1/2 scan |
| A, B, C, D, E (5 lines) | 2⁵ = 32 | N/A | Static (1/1) |
Common patterns by module type:
- Indoor P2–P3 module (64×64 pixels): 5 address lines (A,B,C,D,E) → 1/32 scan typical
- Indoor P4–P5 module (64×32 pixels): 4 address lines (A,B,C,D) → 1/16 scan typical
- Outdoor P8–P10 module (32×16 pixels): 2–3 address lines (A,B,C) → 1/4 or 1/8 scan
The address lines are labeled on the PCB silkscreen adjacent to the HUB75 connector. If the silkscreen is worn or absent, use a multimeter in continuity mode: pin 9 on HUB75 is A, pin 10 is B, pin 11 is C, pin 12 is D, and pin 13 is E. Trace each to see if it connects to the row decoder or driver matrix — a floating/unconnected address pin means that bit is not used.
Method 3: Visual Inspection of PCB Silkscreen Markings
Many manufacturers print the scan mode directly on the PCB silkscreen. Look for notations like:
| Silkscreen Marking | Meaning |
|---|---|
| 8S / MOD8 / 8Scan | 1/8 scan |
| 16S / MOD16 / 16Scan | 1/16 scan |
| 32S / MOD32 / 32Scan | 1/32 scan |
| 4S / MOD4 | 1/4 scan |
| 2S / MOD2 | 1/2 scan |
Caveat: Never rely on silkscreen markings alone. Counterfeit or rebranded modules may carry inaccurate markings. Always cross-verify with Method 1 (IC count) when evaluating a new supplier. A mismatch between the silkscreen and the actual IC count is a red flag that warrants further investigation of the supplier’s quality control processes.
Method 4: Practical Testing for Field Verification
When you cannot access the module backside — for example, when evaluating an already-assembled display at a trade show or competitor showroom — these field techniques provide reasonable estimates:
Smartphone Slow-Motion Test
Modern smartphones capture 240 fps or 960 fps slow-motion video. Point the camera at a fully-lit white display. At 240 fps, the scanning lines become visible as horizontal dark bands moving across the screen:
- Thick, slow-moving bands: Lower scan ratio (1/4, 1/8) — fewer rows to cycle through, each row stays lit longer
- Thin, fast-moving bands: Higher scan ratio (1/16, 1/32) — more rows to cycle, each row lit for a shorter duration
Brightness Drop-Off Test
Set the display to 50% brightness and photograph it with a fixed-exposure camera. Increase to 100% and photograph again. Modules with higher scan ratios (1/16, 1/32) show a larger proportional brightness increase because their baseline duty cycle is lower, leaving more headroom. Static (1/1) and low-scan (1/4) modules show a smaller relative increase — they’re already operating close to their maximum duty cycle.
Refresh Rate Correlation
Access the receiving card settings via LED control system software (e.g., NovaStar NovaLCT). If the module achieves ≥3840Hz refresh rate, it is almost certainly 1/8 scan or lower. If the maximum achievable refresh rate is below 1920Hz, the module is likely 1/16 scan or higher — the driver ICs simply don’t have enough time per row to achieve higher refresh rates.
Scan Mode vs. Performance: What the Numbers Mean for Your Project
| Scan Mode | Typical Max Brightness | Typical Refresh Rate | Driver IC Cost (Relative) | Best Application |
|---|---|---|---|---|
| Static (1/1) | 8,000–10,000+ nits | ≥3,840Hz | 100% (baseline) | Outdoor billboards, sports perimeters |
| 1/4 Scan | 5,000–8,000 nits | ≥3,840Hz | ~25% of static | Semi-outdoor, storefront windows |
| 1/8 Scan | 1,500–3,000 nits | ≥1,920Hz | ~12.5% of static | Indoor retail, conference rooms |
| 1/16 Scan | 800–1,500 nits | ≥960Hz | ~6.25% of static | Indoor fine-pitch, corporate lobbies |
| 1/32 Scan | 400–800 nits | ≥480Hz | ~3.125% of static | Indoor ultra-fine-pitch (≤P1.5), control rooms |
The trade-off is clear: each doubling of the scan ratio halves the component cost but also roughly halves the maximum brightness. For B2B procurement, this means a 1/32 scan P1.5 indoor module priced at $600/m² is not directly comparable to a 1/16 scan P1.5 module at $900/m² — the latter delivers roughly double the brightness and refresh rate headroom. When evaluating quotes, always normalize for scan mode alongside pixel pitch, LED brand, and driver IC manufacturer. Our indoor LED display price guide provides a framework for apples-to-apples cost comparison across different hardware configurations.
Driver IC Architecture: Why 16 Channels Defines the Math
The standard constant-current LED driver IC — whether from Macroblock (MBI5026, MBI5124), Chipone (ICN2055, ICN2153), or Silan (SM16126) — provides 16 output channels per chip. This number is not arbitrary; it is the industry standard that has stabilized around the optimal balance between package pin count (typically SOP24 or SSOP24), heat dissipation, and PCB routing density.
Each output channel sinks a constant current (typically 2–45mA, resistor-programmable) through one color of one LED pixel. In a standard 1R1G1B full-color module, each pixel consumes exactly 3 channels (one per color). Therefore:
One driver IC drives: 16 ÷ 3 ≈ 5.33 pixels
This is why the scan mode formula uses 16 as the denominator — it’s baked into the hardware architecture of every standard LED module manufactured globally. The three LED technical reference books devote significant coverage to driver IC selection criteria including channel-to-channel current matching (±1.5% for premium ICs vs ±4% for budget options), which directly impacts color uniformity — a topic explored in depth in our LED wall color calibration guide.
Common Procurement Pitfalls and How Scan Mode Knowledge Prevents Them
| Scenario | What’s Happening | How to Protect Yourself |
|---|---|---|
| Two suppliers quote the same P2.5 module at $450/m² vs $680/m² | The cheaper module is likely 1/32 scan; the more expensive one is 1/16 scan | Request photos of the PCB backside and count the driver ICs. Demand the scan mode in writing on the Proforma Invoice. |
| An indoor display looks noticeably dim after 6 months | High-scan-ratio modules (1/32) operate LEDs at higher peak currents during their brief “on” time, accelerating lumen depreciation | Specify 1/16 scan or lower for installations where brightness longevity matters. Verify the LED datasheet’s rated current vs. the actual peak drive current. |
| Camera footage shows severe flicker on the LED wall | The module’s scan ratio is too high to achieve a camera-safe refresh rate at the required bit depth | For broadcast/virtual production, specify static or 1/4 scan modules. Verify refresh rate ≥7680Hz with the actual grayscale bit depth you’ll use. |
| A “1/8 scan” labeled module has only half the expected brightness | The silkscreen is inaccurate — the module is actually 1/16 scan based on IC count | Never trust silkscreen alone. Always count ICs or measure address lines for verification. |
Key Takeaways
- Count the driver ICs. This is the single most reliable method and cannot be faked — the formula (Pixel Rows × Pixel Columns × 3) ÷ 16 ÷ IC Count gives you the scan denominator with mathematical certainty.
- Read the address lines. On the HUB75 connector, count how many of A/B/C/D/E are connected — each address line doubles the row count, revealing the scan architecture without removing the module from its cabinet.
- Cross-verify. Silkscreen markings are convenient but unreliable. Always confirm with at least one hardware-based method before accepting a supplier’s specification sheet.
- Normalize quotes by scan mode. A 1/32 scan module is not comparable to a 1/16 scan module of the same pixel pitch. The price difference reflects real hardware and performance differences — understand what you’re trading off.
- Match scan mode to application. Broadcast and virtual production demand static or 1/4 scan. Corporate conference rooms work well with 1/8 or 1/16. Budget fine-pitch installations can use 1/32 — but only if the brightness ceiling is acceptable.
Understanding scan mode transforms you from a specification-reader into a hardware-verifier — someone who can walk into a factory, flip over a module, count the ICs, and know exactly what you’re buying. In an industry where component-level details determine system-level performance, that capability is the foundation of informed procurement. For more technical deep-dives into LED display hardware, visit the LED screen manufacturer knowledge base at ExcelledDisplay.


