ST7920lineh

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: