Hey there,
Is there an easy way to make text spill over to the second line of an LCD screen easily? Say if it takes input from the serial port and the text is too long for the first line. The only way I could think of it would be to split the serial input into an array and then at the 15th letter just setCursor to the second line but that seems a bit convoluted
Any help is appreciated