HT1632 icon indicating copy to clipboard operation
HT1632 copied to clipboard

Improved support for 32 * 8 configurations.

Open mic159 opened this issue 13 years ago • 2 comments

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.

mic159 avatar Apr 30 '12 12:04 mic159

Hi Mic,

Could you give some instructions for getting text scrolling with a single 3208 unit?

Thanks and great work!!

aguirrech avatar Oct 21 '12 21:10 aguirrech

Is there any chance this will be merged in someday?

mic159 avatar Nov 07 '12 22:11 mic159