On Mon, 17 May 1999, Matt Bonner wrote: > Nihat DAGDEMIR wrote: > > > > I want to use Bresenham's Line Algorithm with Pic 16c77. > > If you have c code or another idea to drawing line please help me. > > Is there another name for this algorithm? Bresenham doesn't show up in > "Numerical Recipes in C". try these links: http://www.cs.cmu.edu/afs/cs/academic/class/15462/web/notes/render2/tsld008.htm http://www.acm.org/tog/GraphicsGems/index.html Or this AltaVista search: http://www.altavista.com/cgi-bin/query?pg=q&kl=XX&q=%2BBresenham+line+draw+pixel +algorithm+-voodoo Go buy the first two Graphics Gems books, they're fantabulous and cover the basic building blocks with tons of extra goodies. Numbers 3 and 4 of this series I didnt like nearly as much.