HT1632
HT1632 copied to clipboard
Improved support for 32 * 8 configurations.
I have added improved support for the 32*8 configuration.
My module is JY-MCU 3208 Lattice Clock HT1632C Driver.
I have also added support for vertical multi-panel configuration as well as horizontal.
HT1632LEDMatrix now sets _width, and _height to 0 on construction, and sets it out properly when you call begin(), because that's when you know the dimensions of the module(s).
The conversion of x,y to pixel number is now deferred to inside the HT1632::setPixel(x,y) function. NOTE: There may be another configuration option needed here. For my matrix, I needed to do "7 - (x%8)" because when drawn, each 8*8 module was the wrong way around.
Hi Mic,
Could you give some instructions for getting text scrolling with a single 3208 unit?
Thanks and great work!!
Is there any chance this will be merged in someday?