wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/LocateLCD

LocateLCD

Sets the current X,Y display position on the LCD screen.

void LocateLCD(int x, int y);

Parameters

  • x - X coordinate (Range 0 - 639)
  • y - Y coordinate (Range 0 - 479)

Return Value

  • void - does not return any value

Remarks

  • The DisplayText function combines the LocateLCD and the PrintLCD into one function.

Example

LocateLCD(10, 10);
PrintLCD("Hello World");

See Also

Last modified 6 years ago Last modified on 04/19/18 07:09:44
Note: See TracWiki for help on using the wiki.