Syntax:
ST7920gTile ( byte variable , byte variable)
Explanation:
Tile LCD screen with two bytes in Graphic Mode.
Example usage:
ST7920gTile (0x55, 0x85) 'tile the screen with an odd cross hatch ' <<< the ST7920gTile instruction
Key line: ST7920gTile (0x55, 0x85) — fills the screen in graphics mode using two alternating byte patterns (0x55 and 0x85), one for even columns and one for
odd, producing an irregular cross-hatch.
See Also:
- GLCD Overview — category overview
- ST7920Tile — the text-mode, single-word tiling equivalent
- ST7920cTile — tiling with a Chinese character instead

