Updates the text buffer of the LCD. Does not actually update the displayed text.
function updateTextBufferByte extends .Modelica.Icons.Function; input Init lcd; input Integer index(min = 1, max = 32), character(min = 0, max = 255); end updateTextBufferByte;