Help with Propeller programming.
chelleteng
Posts: 29
Chip Gracey's Graphic Demo program codes.
How to clear only certain parts of the screen and not all of it? Why is it that the draw line code only allows two parameters and not four?
Thanks.
How to clear only certain parts of the screen and not all of it? Why is it that the draw line code only allows two parameters and not four?
Thanks.
Comments
The draw line code is intended for drawing polygons. You have to plot a starting point, then draw a line from the last (now implied) point to a new point. If you draw a 2nd line segment, it starts at the end of the last one.