Hi guys
How i can display word or sentence to led matrix 16x64 ?
You could write some code that displays it.
Without any more information on what parts and code you have right now, it's impossible to give any advice.
// Per.
Have you looked at the parola library?
There are many types of matrix displays out there.
A big question is how are the LEDs driven or is it just a bare matrix?
Does it have max72xx chips on it already? shift registers?, something else?
CrossRoads:
Have you looked at the parola library?
When using max72xx chips, parola is very cool but isn't it limited to 1 row of 8x8 matrix?
i.e. many 8x8 matrix panels but overall only 8 pixels tall.
While not as feature rich, as parola, there is also the
Max72xxPanel library which can handle arbitrary arrangements of 8x8 matrix panels
since you can specify the vertical & horizontal number of panels and
also the rotation on each matrix.
Max72xxPanel supports graphics and text when coupled with the adafruit_GFX
library.
--- bill