Hey guys. So I was trying to make a sliding writing coming out of the lcd screen. I'm using the first row already and I want a sliding writing on the second row. Lets say I want to write "Hello".
I tried to set the cursor to (-6, 1) // print("Hello") // and then scroll display left enough times with for loop so that it comes to the center. But when I set the cursor to (-6, 1) and try to print there, it automatically prints it to (0, 1). Is there any way to turn this option off?
And another quick question, when I scroll display for example left, does the whole writing slides to the left or can I specify so that for example only second row scrolls to the left?
Any help would be greatly appreciated! Thanks in advance...