Version 2 (modified by 15 years ago) ( diff ) | ,
---|
LocateLCD ¶
Sets the currect X,Y 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 ¶
- PrintLCD
- DisplayText
Note:
See TracWiki
for help on using the wiki.