NEW PRODUCT – 16×24 Red LED Matrix Panel – Chainable HT1632C Driver
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.
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, 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)
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, or even use Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for MakeCode, CircuitPython, 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.
Python for Microcontrollers — Python is for the birds, deep dive, Raspberry Pi store, and more! #Python #Adafruit #CircuitPython @circuitpython @micropython @ThePSF @Adafruit
Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !
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?
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…
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?
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 🙂
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…