Hello everybody.
I am playing with an Arduino UNO and a LCD 20x04
Is there some solution to get LCD cursor position?
Thank You,
N. Ervin
Hello everybody.
I am playing with an Arduino UNO and a LCD 20x04
Is there some solution to get LCD cursor position?
Thank You,
N. Ervin
Is there some solution to get LCD cursor position?
Keep track of where you set it to.
Are you using any library? Usually they have a function to place the cursor where you want it.
As an example, the LiquidCrystal Library uses something like this:
lcd.setCursor(0, 1);
![]()