HT1632-for-Arduino icon indicating copy to clipboard operation
HT1632-for-Arduino copied to clipboard

A powerful library that allows an Arduino to interface with the popular Holtek HT1632C LED driver.

Results 10 HT1632-for-Arduino issues
Sort by recently updated
recently updated
newest added

Hi there, how can I develop this library to use it for ESP8266?? when I change my board(in the Arduino IDE) from Arduino Leonardo to ESP8266 the sample codes couldn't...

Hi, I tested the compilation of examples to display **text**, but there is an error with the old function: `HT1632.drawTarget(BUFFER_BOARD(1))` The function no longer exists. Should it be replaced by...

Thanks very very much for your work, I've used your code a few years ago and it worked great. Was going to try a new project and ordered some new...

hello gaurav sir, i'm using library for HT1632C 32x08 LED display.But,my problem is the text string is scrolls vertically.. Could you please give me suggetions. thank you, Sankar

Added scrollLeft method which scrolls the all channels 1 pixel to the… left and inserts an empty-pixel add the right. This implementation may not work with displays of an other...

That way one can (more easily) implement a soft-scrolling text.

Hello, i'm starting using a dot matrix display with your library but after a lot of investigation (i'm not a professionnal of arduino), i have found that in your HT1632.h...

Hi gauravmm I am having problem with including the files.. I kept getting No such file or directory, fatal error: HT1632.h: No such file or directory fatal error: images.h: No...

This would give more visibility to your fantastic project Thanks. P.D: For more information, see https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ

Hi Gaurav, This could be a mistake on my part, but when I tried to connect 2 displays, I got some weird behavior: http://youtu.be/qz0MV_Dnq_Q To get that, I changed OUT_SIZE...