Medium 16x32 RGB LED matrix panel - 6mm Pitch

Product ID: 420
$24.95

Qty Discount
1-9 $24.95
10-99 $22.46
100+ $19.96

Description

Bring a little bit of Times Square into your home with this 16 x 32 RGB LED matrix panel. These panels are normally used to make video walls, here in New York we see them on the sides of busses and bus stops, to display animations or short video clips. We thought they looked really cool so we picked up a few boxes of them from a factory. They have 512 bright RGB LEDs arranged in a 16x32 grid on the front. On the back there is a PCB with two IDC connectors (one input, one output: in theory you can chain these together) and 12 16-bit latches that allow you to drive the display with a 1:8 scan rate.

RAM & Processor Requirements

Keep in mind that these displays were designed to be driven by FPGAs or other high speed processors: they do not have built in PWM control of any kind. Instead, you're supposed to redraw the screen over and over to 'manually' PWM the whole thing.

You'll need about 1600 bytes of RAM to buffer the 12-bit color image. You cannot use this size panel with an Arduino UNO (ATmega328) or ATmega32u4 - you need a chip with more RAM! These displays are technically 'chainable' - connect one output to the next input - as long as you have the RAM and CPU to handle it

This display does best with a high speed, high RAM microcontroller like a SAMD21, SAMD51, ESP32, etc. 8-bit micros are going to struggle if they work at all. The good news is that the display is pre-white balanced with nice uniformity so if you turn on all the LEDs it's not a particularly tinted white.

Power Requirements

There's a lot of LEDs! You may need up to 4A per panel. We suggest our 4A regulated 5V adapter and then connecting a 2.1mm jack. Please check out our tutorials for more details!

Connection Requirements

These displays require 13 GPIO pins to control. You may have to use consecutive or special pins depending on the driver firmware. We'll be honest: folks who try to wire directly are usually not successful, its easy to get confused and misconnect. For that reason, we strongly recommend a ready-to-go board or adapter that makes wiring as easy as plugging in the cables and powering with 5V

We've also got our great Protomatter library that works in Arduino and CircuitPython for quick usage of many chained matrices.

Please note! These panels are remainder stock from factories that make huge light boards. For that reason, the look and size might vary from batch to batch, even though the basic operation, codebase, and tutorial is the same.

Technical Details

Datasheet

  • Dimensions: 192mm x 96mm x 12mm (7.6" x 3.8" x 0.5")
  • Panel weight with IDC cable and power cable: 170g
  • 5V regulated power input, 2.5A max (all LEDs on)
  • 5V data logic level input
  • ~2000 mcd LEDs on 6mm pitch
  • Compatible with M3 mounting screws
  • 1/8 scan rate
  • Indoor display, 140 degree visibility
  • Displays are 'chainable' - connect one output to the next input - but our Arduino example code does not support this yet

As of August 11, 2020 - We no longer include Magnetic Feet with this product

RoHS 2 2011 65 EU Compliant
RoHS 2 2015 863 EU Compliant

Learn

Control large RGB LED matrices using an FPGA
Hundreds of pixels of eye-blasting LED glory!
Tile together multiple RGB LED panels to create a giant LED wall!
How to connect a 16x32 RGB LED display to your Raspberry Pi
See All Guides