Syntax:
ST7920linev ( Xpos, Ypos, yUnitsStyle, )
Explanation:
This command draws a vertical line with the specific style. The style can be ON or OFF. Default is ON
This is called by the GLCD common routines.
Example usage:
ST7920linev ( 0, 0, 64 , ON) 'will draw a line ' <<< the ST7920linev instruction
Key line: ST7920linev ( 0, 0, 64 , ON) — draws a solid vertical line 64 pixels long starting at (0, 0); passing OFF instead of ON erases a line at that position rather than drawing one.
See Also:
- GLCD Overview — category overview
- ST7920lineh — the horizontal-line equivalent
- ST7920LineHs — drawing a horizontal line with a custom dash/dot style byte

