Function DrawBuf.polyLine

draw poly line of width == 1px; when cycled is true, connect first and last point

void polyLine(
  Point[] points,
  uint colour,
  bool cycled
);