print-at

xod-dev/text-lcd/print-at

Prints a text on the LCD screen in the allocated area, specified by `ROW` index, position at the row and length. The text trims to the allocated area length. If the text is shorter — the rest of the allocated area will be cleared (replaced with whitespaces).
print-at
@/print-at
Prints a text on the LCD screen in the allocated area, specified by `ROW` index, position at the row and length. The text trims to the allocated area length. If the text is shorter — the rest of the allocated area will be cleared (replaced with whitespaces).
DEVgeneric t1
A text LCD device
ROWnumber
The row index on the display. Starts from 0.
POSnumber
Position in the row. Starts from 0.
LENnumber
The length of the allocated area on the LCD screen.
VALstring
Text to print on the row
DOpulse
Update the allocated area content
print-at
DEV
ROW
POS
LEN
VAL
DO
DEV'
DONE
DONEpulse
Fires when the allocated area is updated
DEV'generic t1
To use the node in your project you should have the xod-dev/text-lcd library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.