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
8 months ago
Last modified on 03/12/25 08:08:40
Note:
See TracWiki
for help on using the wiki.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)