I have a 20x4 display with serial backpack. I can address the unit okay and print characters to multiple lines.
However when my text overflows the end of one line it continues on line 3.
Is that normal? Using fm's I2c library, do I need to work around this with code (e.g. truncate to 20 characters, print to 0,0, take the next 20 characters, print to 0,1, etc.)?
I have an audio track title display where length of line could be anything (within reason of course!) so may need to do some funky string manipulation in that case.
Good to know I'm not doing anything silly and that it's not just me! Shame it means I can't use built-in scrolling functionality of the library though...