Syntax:
ST7920lineh ( Xpos, Ypos, xUnitsStyle, )
Explanation:
This command draws a horizontal 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:
ST7920lineh ( 0, 31,128 , ON) 'will draw a line ' <<< the ST7920lineh instruction
Key line: ST7920lineh ( 0, 31,128 , ON) — draws a solid 128-pixel-long horizontal line starting at (0, 31); passing OFF instead of ON erases a line at that position rather than drawing one.
See Also:
- GLCD Overview — category overview
- ST7920linev — the vertical-line equivalent
- ST7920LineHs — drawing a horizontal line with a custom dash/dot style byte

