2021-08-03 08:33 AM
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)
2021-08-03 10:09 AM