Skip to content

LED Matrix Wall Display

Building a Large LED Matrix Wall

Create a 32×32, 64×64, or larger pixel display for art, information, or ambience.

Large RGB LED matrix display

Design Options

SizeLEDsControllerBest ForBudget
16×16256ESP32 + WLEDDesktop art$50-100
32×321,024ESP32 + WLEDWall art$150-300
64×644,096QuinLED Dig-Quad + WLEDRoom display$400-800
128×648,192Falcon F16V5 + xLightsSignage$800-2,000

Building a 32×32 Matrix

Materials:

  • 1024 × WS2812B LEDs (5V, 60/m strip, ~17m)
  • ESP32 dev board
  • 5V 60A PSU (Mean Well LRS-350-5)
  • 18 AWG wire, fuses, connectors
  • Frame material (aluminum extrusion, wood, or 80/20)
  • Diffuser (acrylic sheet or LED diffuser fabric)

Steps:

  1. Layout — Plan serpentine routing (left-right, right-left, row by row)
  2. Build frame — 32×32 grid on 1" center = ≈32"×32"
  3. Mount strips — zigzag across the frame, alternating direction
  4. Wire power — inject at both ends of each row (16 rows × 2 ≈ 32 injection points)
  5. Wire data — single data line from ESP32, daisy-chain through all strips
  6. Configure WLED — 2D matrix, 32×32, serpentine layout
  7. Test — all white, rainbow, text scroll, GIF playback

Power for a 32×32 Matrix (1024 LEDs)

At full white, each LED draws ~60mA × 5V = 0.3W

  • 1024 LEDs × 0.3W = 307W
  • At 5V: 307W / 5V = 61A

You need: 5V 60A+ PSU, with injection every 2 rows to avoid voltage drop.

You’ll rarely run full white in practice — typical use is 30-50% brightness, which cuts power to 100-150W.