First of all it's not really what It seems , yes I know there is a LineXY function already but I really need to know how to draw a from a point(x1,y1) to (x2,y2) using Poiint.
Does anyone know how to do this?
Thanks
Nubcake
Drawing a line with Point
Re: Drawing a line with Point
If you do a forum search for Bresenham you will probably find what you need.
Windows (x64)
Raspberry Pi OS (Arm64)
Raspberry Pi OS (Arm64)
Re: Drawing a line with Point
Thanks wilbert I found what I was looking for.wilbert wrote:If you do a forum search for Bresenham you will probably find what you need.