You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the 0832 (HT1632 not C model) is not included but can work easily. The only difference is that even NMOS=0 in HT1632.h, the initialization sequence doesn't exist in HT1632.cpp. The code for this display is :
if defined TYPE_0832_MONO
writeCommand(HT1632_CMD_COMS10);
Thanks.
The text was updated successfully, but these errors were encountered:
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 the 0832 (HT1632 not C model) is not included but can work easily. The only difference is that even NMOS=0 in HT1632.h, the initialization sequence doesn't exist in HT1632.cpp. The code for this display is :
if defined TYPE_0832_MONO
Thanks.
The text was updated successfully, but these errors were encountered: