Characters of this control could be improved for better visual appearance. Characters "g j p q , and ;" have additional line added (see the attached file).
It is also possible to insert small logos or pictures with a single character. Check the attached picture (a "^" character was used to show the picture, but any other character could be designated to do the same -
and you would never see that character being displayed again // always consider using the least used character for something like this, maybe "~" or "`", since the same xml file will be used by other LEDMatrix controls that you might put on that same form).
For this you would need to modify LedMatrixSymbolFile.xml but still preserve proper formatting, just like it is already.
You could also use ASCII Art Generator, found here
http://sourceforge.net/projects/ascgen2/ , and convert some simple pictures by using only 2 characters "#" and "_" since these are used in the mentioned xml file.
The control seems to be designed to handle any number of LED lines that you would include in the xml (the small picture has 22 lines).
Besides for scrolling feature, this control is just a fancy way of displaying something (labels and/or text and picture boxes could do that as well). Still, thank goodness that we have it.