Arduino_LED_Matrix.h full API instruction set?

Hello,

I am using the library: Arduino_LED_Matrix.h

Arduino has good info and examples - Using the Arduino UNO R4 WiFi LED Matrix | Arduino Documentation

However, for printing text on the matrix, it seems like the some commands are not included in the explanation and also its not explained in github.

Does anyone have an easy link to the full command set?

Thanks, Steven Lightfoot

Text? Make your own animation...

Thanks. I really just want the standard info for all the functions, the actual Arduino document link is missing stuff like: * matrix.clear(): Clears the display.

I managed to find other commands via Bing AI, but it would nice if they were mentioned in the basic documents.

OK thanks, I will take a look. This wasn't clear to me.

The .h file on the GitHub will contain the class's entire interface.

OK I see it all, I am still somewhat new to CPP> I was actually looking for clear function, and its the last void function in the code. Very helpful thanks.

Thanks.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.