I have use ardunio mega2560 and p10 module
I have read data serially and output to dmd p10 module.
Total 10 p10 module and i have arrange two rows each of 5 p10 module.
Font size 5x7
1st row panel 5 p10 module 32x5=160 column
2nd row panel 5 p10 module 32x5=160 column
now 1st row character starting from 1st column after each character one column left so in 1st row total 26 character= 155 column
i want left remaining 5 column (160-155= 5) after 26 character,ie. next 2nd row character starting from
1st column of 2nd row.
my question is how adjust the column after 155.and which ardunio file modified for this.
please send the code.