Syntax:
ST7920gLocate ( Xpos, Ypos)
Explanation:
This command locates the pixel at the specific X and Y location of the graphical screen.
Example usage:
ST7920gLocate ( 64, 31) 'the pixel at the mid screen point ' <<< the ST7920gLocate instruction
Key line: ST7920gLocate ( 64, 31) — positions the pixel cursor at the middle of a 128x64 display; unlike ST7920Locate, which addresses text-mode rows and columns, this command addresses raw pixel coordinates in graphics mode.
See Also:
- GLCD Overview — category overview
- ST7920Locate — the text-mode equivalent of this command
- ST7920GLCDEnableGraphics — switching to graphics mode before using this command

