Skip to content
forked from adafruit/HT1632

Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop

Notifications You must be signed in to change notification settings

ktfleming/HT1632

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HT1632 libraries with a method to smoothly scroll text across LED panels. All of this library code except for the left-shifting routines was created by the good folks at Adafruit (http://www.adafruit.com), not by me.

examples/scrolltext/scrolltext.ino is an Arduino sketch that listens on the serial port for any incoming text and performs the scrolling routine.

Assumes four chained HT1632C panels, but the number can be changed at the top of scrolltext.ino.

See here for tutorial on setting up panels: http://learn.adafruit.com/16x24-led-matrix/

About

Arduino library code for HT1632(C) matrix panel driver chips, and the panels we have in the Adafruit shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • C 26.6%
  • Processing 13.2%
  • Other 6.7%