NEW PRODUCT – 16×24 Red LED Matrix Panel – Chainable HT1632C Driver

Window-15

NEW PRODUCT – 16×24 Red LED Matrix Panel – Chainable HT1632C Driver. These LED panels take care of all the work of making a big matrix display. Each panel has six 8×8 red matrix modules, for a 16×24 matrix. The panel has a HT1632C chip on the back with does all the multiplexing work for you and has a 3-pin SPI-like serial interface to talk to it and set LEDs on or off (you cannot set the LED to be individually dimmed, as in ‘grayscale’). There’s a few extras as well, such as being able to change the brightness of the entire display, or blink the entire display at 1 Hz.

Window-1-10

One really nice thing about this particular LED matrix module is that it is designed to be ‘chainable’ – you can connect to 8 panels together to make an extra long display.

Window-2-5

Comes with one fully assembled and ready to go panel, and a 10-pin IDC cable. You will need a microcontroller to control the display, our tutorial uses an Arduino but nearly any microcontroller with 3 digital output pins can be used. If you want to chain two displays, you can use the two IDC cables in the packages to connect them. But for 3+ chained displays you will need more cables – check the tutorial, search for “How many Cables do I need?” for an explaination

And of course, we have written a full tutorial and Arduino library that not only takes care of controlling the display, it also intelligently handles chained displays, so that they appear to be one long matrix. The library has functions for drawing pixels, lines, rectangles, circles and text. You’ll be making it light up in 15 minutes!

  • Requires 5V power
  • 3 digital pins for one panel
  • Chainable up to 8 displays, each display requires an extra CS pin (so 8 displays requires 10 digital pins)
  • 4.5″ x 3.5″ x 0.7″
  • 4 x 0.125″ drill mounting holes
  • HT1632C driver chip

In stock and shipping now!


Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards

Join Adafruit on Mastodon

Adafruit is on Mastodon, join in! adafruit.com/mastodon

Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.

Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 9/13/2024 Featuring Adafruit Feather RP2350 with HSTX Port! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: The latest on Raspberry Pi RP2350-E9, Bluetooth 6, 4,000 Stars and more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — IoT Vulnerability Disclosure, Decorative Dorm Lights, and more!

Maker Business – Adafruit Daily — A look at Boeing’s supply chain and manufacturing process

Electronics – Adafruit Daily — Autoscale is cheating!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !



3 Comments

  1. These would make an excellent scrolling marquee. Is there any software written to accomplish this? Perhaps field programmable with a PC to set the display data?

  2. The Arduino code handles text no problem, and you could pretty easily make it scroll by moving the text location 1 pixel at a time 🙂

  3. It seems like I remember some code with a font array written in Python that uses an AVR MCU using serial port to talk to a PC. This was not done with an Arduino. Perhaps someone can figure out how to do the same with the famous Arduino…regards…

Sorry, the comment form is closed at this time.