> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# 16x24 Red LED Matrix Panel - Chainable HT1632C Driver

**Type:** Product page · **SKU:** ADA555 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/16x24-red-led-matrix-panel-chainable-ht1632c-driver.html ([markdown](https://core-electronics.com.au/16x24-red-led-matrix-panel-chainable-ht1632c-driver.html.md))

## Retired product

This product is retired and no longer available for purchase. Search the catalogue for an alternative.

## How to buy

- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

These LED panels take care of all the work of making a big matrix display. Each panel has six 8x8 red matrix modules, for a 16x24 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.
 
 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.
 
 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, Adafruit's 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, Adafruit 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!

## Technical Details

- 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
 
Downloads:

- [Adafruit have written a full library for using the HT1632 LED controller chip and the panels that use it, you can download it from Adafruit's github repository here](https://github.com/adafruit/HT1632) by clicking the **DOWNLOADS** button in the top right corner, rename the uncompressed folder **HT1632**
     Check that the **HT1632**folder contains **HT1632.cpp** and **HT1632.h** 
     Place the **HT1632l** library folder your **/libraries/** folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.
- [HT1632C datasheet](https://cdn-shop.adafruit.com/datasheets/ht1632cv120.pdf)
 
Adafruit 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!

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/5/5/555-00.jpg)
