Function DrawBuf.drawLine

draw line from point p1 to p2 with specified color

void drawLine(
  Point p1,
  Point p2,
  uint colour
);