cancel
Showing results for 
Search instead for 
Did you mean: 

How do I draw a line?

Dimitar Dyakov
Associate III

Hello everyone

How do I draw a line using code.

For example I receive over UART a number and I need to draw lines on my screen. Start and end positions are unknown also is the number of lines. until I know the user input

So I need to draw a few lines line in a loop:

for x until [user input]

drawLine(start,end,width, style)

1 REPLY 1
MM..1
Chief II