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 have the same issue. I'm working with a 32*8 LED, The fourth one doesn't light up.
I see
uint8_tledmatrix[24*16 / 8]; //!< LED matrix size
in file Adafruit_HT1632.h line 102.
I've tried to change it to [ 32 * 8 / 8], [( 32 * 8 )/ 8], [256] , run basicdemo.ino doesn't light up at all.
[32], first two matrices always on.
Hello,
I have 4* 8x8LED with 1 HT1632C. Your library works with 3* 8x8 LED. The fourth doesn't work. How to repair it ?
Thanks
The text was updated successfully, but these errors were encountered: