board707 / DMD_STM32

STM32Duino library for RGB, Monochrome and Two-color led matrix panels
GNU General Public License v3.0
54 stars 18 forks source link

p4 module 32x64 pixel #40

Closed maxmurugan closed 1 year ago

maxmurugan commented 1 year ago

char s[] = "welcome to board707 abcdefghijklmnopqrstuvwxyz";

dmd.drawString(0,a10,strlen(a10),col[4]);

fill first line remaining char go to next line automatically

how to program ?

please help sir

board707 commented 1 year ago

Your code is not clear for me

char s[] = "welcome to board707 abcdefghijklmnopqrstuvwxyz";
dmd.drawString(0,a10,strlen(a10),col[4]);

The string in the first line has name s, but in second line you try to display a10 and col. What do you try to achieve?

board707 commented 1 year ago

Closed due to the lack of a response from the author. Fill free to reopen it if needed.