Skip to content
Aaron Liddiment edited this page Nov 9, 2015 · 1 revision

Make sure you know how many characters fit across your message area, this will be useful when planning your display.

If you want your display to start without any visible text, insert "display width" of spaces at the start of the array.

If your display area is taller than a single character height any partially rendered character at the right hand side will be skipped and the rendering will continue with the next whole character on the left hand side a "line" below. This is mainly useful for a SCROLL_UP/SCROLL_DOWN display.

If multiple lines are required for a SCROLL_LEFT display it is necessary to use multiple instances of cLEDText placed one over the other with their own text arrays.

If you want left to right readable text when using SCROLL_RIGHT reverse the characters in your text array.

To just keep rendering static text, use SetText() and UpdateText() at the same time.

Clone this wiki locally