Hello
I have completed a ping pong scoreboard using a Arduino Nano and a single 32x8 sure electronics led matrix. All working perfect.
Well I am now creating v2 with a larger led matrix with two 32x16 led matrixs connected in series to make a complete 64x16.
I need some direction to help change the attributes of the ht1632.h and ht1632.cpp files to accomidated the two led matrix panels. ie how to hardcode the 64x16 dimensions. Currently has the following code for 3208 :
#define GET_ADDR_FROM_X_Y(_x,_y) ((_x)*2+(_y)/4)
please help!
Ping Pong Scoreboard 64x16 V1.txt (31.4 KB)