.printCursor


DESCRIPTION
Combination of lcd.print() and lcd.setCursor() functions. You can call lcd.printCursor() with the coordinates and what is to be print it.


SYNTAX
lcd.printCursor(x,y,type);


PARAMETERS
printCursor(x,y,String)
printCursor(x,y,byte)
printCursor(x,y,char)
printCursor(x,y,int)
printCursor(x,y,unsigned int)
printCursor(x,y,unsigned long)
printCursor(x,y,float)
printCursor(x,y,long)


RETURNS
None.


EXAMPLE


SEE ALSO
  • .print
  • .setCursor
  • .clear