We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Syntax:
ST7920LineHs ( Xpos, Ypos, XLength, Style)
Explanation:
This command draws a line with a specific style. The style is based on the bits value of the byte passed to the routine.
Example usage:
ST7920LineHs ( 0, 31,128 , 0x55) ‘will draw a dashed line